Initial commit, updated README.md
This commit is contained in:
22
public/index.html
Normal file
22
public/index.html
Normal 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>
|
Reference in New Issue
Block a user