initial commit
This commit is contained in:
commit
1e9f6b7fe0
11 changed files with 482 additions and 0 deletions
33
static/index.html
Normal file
33
static/index.html
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>_schaf.dev</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="./css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
_schaf.dev
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="wrap">
|
||||
<div class="cube">
|
||||
<div class="front"><div></div></div>
|
||||
<div class="back"><div></div></div>
|
||||
<div class="top"><div></div></div>
|
||||
<div class="bottom"><div></div></div>
|
||||
<div class="left"><div></div></div>
|
||||
<div class="right"><div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
_made by a human
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue