-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgallery.html
More file actions
42 lines (40 loc) · 998 Bytes
/
gallery.html
File metadata and controls
42 lines (40 loc) · 998 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PuffOS | Based on Debian SID</title>
<link rel="stylesheet" type="text/css"
href="style.css" title="HackerSpaces Style">
</head>
<body>
<header>
<h1>Gallery</h1>
<nav>
<a title="back" href="index.html"> back </a>
</nav>
</header>
<main>
<div class="content" >
<div class="section" >
<center>
<section class="center">
<img src="screenshot/1.png" class="medium" />
<p>...</p>
<img src="screenshot/2.png" class="medium" />
<p>...</p>
<img src="screenshot/3.png" class="medium" />
<p>...</p>
<img src="screenshot/4.png" class="medium" />
</section>
</center>
</div>
</div>
</main>
<header>
<p>
<a title="back" href="index.html"> back </a>
</p>
</header>
<script src="https://paledega.github.io/anti-winzort/block-winzort.js" ></script>
</body>
</html>