-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (47 loc) · 842 Bytes
/
index.html
File metadata and controls
54 lines (47 loc) · 842 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
43
44
45
46
47
48
49
50
51
52
53
<!-- <meta http-equiv="refresh" content="0; URL=http://www.archetech.com/">-->
<html>
<head>
<title>Archetech</title>
<style>
#page {
height: 71%;
width: 100%;
}
#logo {
position: absolute;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -200px;
}
#meridion {
position: absolute;
top: 100%;
left: 50%;
margin-top: -175px;
margin-left: -600px;
font-family: Verdana, sans-serif;
font-size: 18px;
}
#text {
font-family: Verdana, sans-serif;
font-size: 18px;
text-align: center;
}
A:link {
COLOR: black;
text-decoration: none;
}
A:visited {
COLOR: black
}
</style>
</head>
<body>
<div id="page">
<img id="logo" src="logo.png">
</div>
<p id="text">Better Governance, Better Decisions, Better Outcomes
</p>
</body>
</html>