Better index
This commit is contained in:
34
index.html
34
index.html
@@ -4,34 +4,22 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="css/shared.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/index.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="A simple blog">
|
||||
<link rel="stylesheet" href="css/shared.css">
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="sunset"></div>
|
||||
<div class=slide>
|
||||
<span class="glass artical">
|
||||
<h1>Test title #1</h1>
|
||||
<hr>
|
||||
<embed class="preview" type="text/html" src="snippet.html"></embed>
|
||||
<embed class="content" type="text/html" src="snippet.html"></embed>
|
||||
</span>
|
||||
<span class="glass artical">
|
||||
<h1>Test title #2</h1>
|
||||
<hr>
|
||||
<embed class="preview" type="text/html" src="snippet.html"></embed>
|
||||
<embed class="content" type="text/html" src="snippet.html"></embed>
|
||||
</span>
|
||||
<span class="glass artical">
|
||||
<h1>Test title #2</h1>
|
||||
<hr>
|
||||
<embed class="preview" type="text/html" src="snippet.html"></embed>
|
||||
<embed class="content" type="text/html" src="snippet.html"></embed>
|
||||
</span>
|
||||
</div>
|
||||
<div class="sunset"></div> <!--- ignore me --->
|
||||
<nav class="glass">
|
||||
<a href="https://google.com">test</a>
|
||||
<a>test2</a>
|
||||
</nav>
|
||||
<main class="glass">
|
||||
<h1>Hello world</h1>
|
||||
<p>IDK what to put here lol</p>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user