38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<title>DHilton blog</title>
|
|
|
|
<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">
|
|
</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>
|
|
</body>
|
|
|
|
</html>
|