-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
71 lines (54 loc) · 3.17 KB
/
index.htm
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>miyavi. santuwaryo.NET. my place to be.</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body>
<div style="position: absolute; top: 0px; left: 0px;">
<IMG SRC="miyavi.png" BORDER="0">
</div>
<div style="position: absolute; top: 280px; left: 300px; text-align: right;">
<div id="welcome">
<!-- DO NOT EDIT-->
<span class="curve" id="line1"></span>
<span class="curve" id="line2"></span>
<span class="curve" id="line3"></span>
<span class="curve" id="line4"></span>
<span class="curve" id="line5"></span>
<span class="curve" id="line6"></span>
<span class="curve" id="line7"></span>
<span class="curve" id="line8"></span>
<span class="curve" id="line9"></span>
<span class="curve" id="line10"></span>
<span class="curve" id="line11"></span>
<div id="sidebar">
<h3>welcome</h3>
<p>Hello, you seemed to have fallen upon my collective domain. santuwaryo.net. just the entrance to many creations behind this domain. i hope you find my personal space interesting. thanks for visiting!</p>
<!--WELCOME MESSAGE ENDS-->
</div>
<div style="position: absolute; top: 200px; right: 490px; width: 180px; text-align: justify;">
<h2>navigation.</h2>
expore the domain, and everying under it.
<a href="domain.php" class="box">Domain</a>
<a href="network.php" class="box">Network</a>
<a href="exit.php" class="box">Exit</a>
</div>
<div style="position: absolute; top: 190px; right: 40px; width: 430px; text-align: justify;">
<h2>Content</h2>
<p>Hello there :)<br>
This first layout version of <i>santuwaryo.net</i> features japanese rock artist miyavi. Let's just get this out the way now. I love this guy. &heart; This layout has been coded in firefox. Has been tested in firefox, IE, Safari. Main navigation is to the right. But I couldn't have designed this layout all on my own, without the wonderful resources found in my credit's page.
<br><br>
If you have any questions or comments, feel free to contact me!<u>underline</u>
<h1>samples</h1>
<b>Bold</b> | <i>italic</i> | <a href="#">link here</a><br>
<textarea>Hello!</textarea>
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec sed sem sed nulla ornare lobortis. Nullam sodales ante vel nulla. Curabitur suscipit. Nunc et ligula molestie turpis condimentum pulvinar. Pellentesque leo nisi, adipiscing a, euismod at, tempor a, massa. Sed luctus faucibus sapien. Etiam vehicula. Fusce in lorem sed odio ullamcorper egestas. Quisque tellus. Integer eu ligula. Nunc auctor. Sed diam orci, viverra malesuada, molestie nec, sodales in, erat. Cras pretium, elit in mattis interdum, magna nulla tempor sapien, dapibus aliquam ante tellus id elit. Ut tempor. Fusce metus quam, congue ut, aliquam vel, consectetuer et, sem. Quisque sagittis posuere erat.
</p>
<a href="http://santuwaryo.net">santuwaryo</a> Copyright © <a href="mailto:">Ami</a> 2010. All rights reserved.
</div>
</div> <!-- this closes the container div near the top -->
</body>
</html>