-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (40 loc) · 1.17 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon"
href="/favicon.png" />
<title>Home</title>
<link rel="stylesheet" href="/style.css" />
<script src="/script.js" defer></script>
</head>
<body>
<div class="nav">
<div class="extrabar"></div>
<a href="index.html"><img
src="/thumbnail.png"
alt="logo" id="logo" /></a>
<div class="navbar"></div>
</div>
<div class="main" style="
width: 480px;
left: 50%;
position: absolute;
transform: translate(-50%);
">
<h1 id="pygame-installer">DPLA Software</h1>
<p>
Welcome to the DPLA Software website. Here you can find information about the programs we offer and download them. We create usless programs that are fun to use.
</p>
<h2>Programs on offer</h2>
<ul>
<li>
<a href="miao-image.html">Miao Image</a> a new image file type
</li>
</ul>
<hr />
<h5>By Daniel4-Scratch</h5>
</div>
</body>
</html>