-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 745 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 745 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
<!DOCTYPE html>
<html>
<head>
<title>DrawDrimer - CoverflowOS</title>
<style type="text/css">
.a {
font-family: Arial Black, Gadget, sans-serif;
}
.text {
font-family: MS Serif, New York, serif;
}
.a code a code {
font-family: MS Serif, New York, serif;
}
</style>
<meta charset="utf-8">
<body bgcolor="" background="page img/main page wallpaper.jpg" text="#FFFFFF">
<link rel="stylesheet" src="./style.css">
<h2 class="a"><code><a href="https://drawdrimer.github.io" class="text">Back to DrawDrimer home page</a></code></h2>
<p>CoverflowOS</p>
<p><a href="version_h.html">Version history</a></p>
<p> </p>
</body>
</head>
</html>