-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 784 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 784 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
<html>
<head>
<title>Firelight Webware</title>
<style>
body {
background-color: #e7e7e7;
}
#page {
background-color: #FFFDE6;
box-shadow: 0px 0px 30px 5px #999;
font-family: Helvetica, Arial, sans-serif;
margin: 50px auto auto auto;
padding: 50px;
text-align: center;
width: 620px;
}
</style>
</head>
<body>
<div id="page">
<img src="./logo.png" alt="Firelight Webware" title="Firelight Webware">
<h2>Custom Web Development Services</h2>
<p><em>(not currently taking on new clients)</em></p>
</div>
</body>
</html>