diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2017-08-07 14:01:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2017-08-07 14:01:03 +0300 |
| commit | 9b1a01a57e9314bac40c4834bb15f3282c100339 (patch) | |
| tree | 8e1cbc669157257bca2009e1168281562929f6ab | |
| parent | d08dc256266e14cc85cd51ef838c031e479564b0 (diff) | |
Add stuff
| -rw-r--r-- | Caddyfile | 5 | ||||
| -rw-r--r-- | index.html | 23 |
2 files changed, 28 insertions, 0 deletions
diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..5290ddc --- /dev/null +++ b/Caddyfile @@ -0,0 +1,5 @@ +jan.systems + +ext .html +log caddy.log +git github.com/jantuomi/jan.systems diff --git a/index.html b/index.html new file mode 100644 index 0000000..d1c5cba --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>jan.systems!</title> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.0/css/bulma.min.css"> + </head> + <body> + <section class="section"> + <div class="container"> + <h1 class="title"> + kakak + </h1> + <p class="subtitle"> + Tervetuloa <strong>kakak post</strong> sivuille! + </p> + </div> + </section> + </body> +</html> + |
