24 lines
867 B
HTML
24 lines
867 B
HTML
<!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">
|
|
<div class="logo"><img src="https://media.k-space.ee/logo/K-space_logotype_black.svg" draggable="false"></div>
|
|
<div class="main"><div id="editable" class="editable" contenteditable="true">Hack<br>the<br>planet!</div></div>
|
|
<div class="subline"><div class="editable" contenteditable="true">Never stop learning!<br>And have fun while doing it.</div></div>
|
|
</section>
|
|
</body>
|
|
|
|
<script src="signs.js" type="text/javascript"></script>
|
|
</html>
|