-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (26 loc) · 908 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="dist/css/style.css" rel="stylesheet" />
<title>Get Trapped into the Void</title>
</head>
<body>
<div class="heading">
<h1>Void Linux Wallpapers</h1><br>
<p>This is a publically hosted static webpage where you can find different void linux wallpapers.
</div>
<div class="wallDiv">
<!-- all wallpapers will be added in this div (js) -->
</div>
<script src="src/index.js"></script>
<div class="credits"></div>
<br>
<footer class="footer">
<p> This webpage is licensed under MIT. Everyone who creates wallpapers are free to make pr to the <a href="https://github.com/Mangeshrex/voidlinux-wallpapers/">Github Repo</a>.
</p>
</footer>
</body>
</html>