-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
31 lines (29 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Bsd.us">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="darkreader-lock">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/main.css">
<title>Kahn</title>
</head>
<body>
<div id="loader"></div>
<main>
<div id="filter">
<div></div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" v viewBox="0 0 100 100"
preserveAspectRatio="none">
<path d="M0 0 C 20 100 50 100 100 0 Z"></path>
</svg>
</div>
<nav>
<webring-iutechno site="https://bsd-us.github.io"></webring-iutechno>
<script src="script/webring.js"></script>
</nav>
<script src="script/main.js"></script>
</main>
</body>
</html>