Initial commit, updated README.md

This commit is contained in:
Jaan Janesmae
2018-04-15 19:14:33 +03:00
parent c9840db11c
commit 37ad5457ae
4 changed files with 120 additions and 2 deletions

22
public/index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Signs @ k-space</title>
<meta name="description" content="Signs @ k-space.ee">
<meta name="Author" content="Jaan Janesmae">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
<link href="signs.css" rel="stylesheet">
</head>
<body>
<section class="sheet padding-10mm">
<div class="logo">k-space.ee</div>
<div class="main" contentEditable="true"><br>Hack<br>the<br>planet!</div>
<div class="subline" contentEditable="true"><br>Never stop learning!<br>And have fun while doing it.</div>
</section>
</body>
</html>