-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPersonal_Application.html
38 lines (34 loc) · 1.08 KB
/
Personal_Application.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
<!DOCTYPE html>
<html>
<head>
<title>Experimenting With CSS</title>
<link type="text/css" rel="stylesheet" href="Personal.CSS"/>
</head>
<body>
<div id="header1"></div>
<div id="header2">El Diez</div>
<a href="Personal.html">
<div id="center" style="color: black;">
Home
</div>
</a>
<a href="">
<div id="thenter" style="color: black;">
Application
</div>
</a>
<div id="center2">
</div>
</div>
<div id="footer">
<h3 id="My_Stuff">My Stuff</h3>
<a href="https://www.facebook.com/daniel.lobera.77">My Facebook</a>
<strong class="line">|</strong>
<a href="https://twitter.com/daniel_lobera">My Twitter</a>
<strong class="line">|</strong>
<a href="http://flavors.me/daniellobera">My Flavors.Me</a>
<strong class="line">|</strong>
<a href="http://www.youtube.com/user/LanderKidsNetwork">My Youtube Channel</a>
</div>
</body>
</html>