-
Notifications
You must be signed in to change notification settings - Fork 0
/
purpose.html
43 lines (37 loc) · 1.21 KB
/
purpose.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
<!-- https://slashpurpose.org -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://clipground.com/images/favicon-png-8.jpg">
<title>Intellectual Purpose</title>
<link rel="stylesheet" href="https://unpkg.com/primitive-ui/dist/css/main.css" />
<style>
html {background: #095400;}
body {background: #095400;
color: white;
padding: 2%;}
main {padding: 2%;}
img {
-webkit-filter: invert(1);
filter: invert(1);
}
</style>
</head>
<body>
<div style="border: 3px solid white;">
<main>
<header style="text-align: center;">
<h1 style="color: white">Intellectual Purpose</h1>
</header>
</p> <hr> <p>
<h2 style="color: white"></h2>
<p></p>
<br>
<img src="https://clipartmag.com/images/decorative-line-break-29.png" class="responsive-image" alt="Responsive Image">
</main>
</div>
</body>
</html>