-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html~
executable file
·62 lines (50 loc) · 1.09 KB
/
cv.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>cv</title>
</head>
<body>
<!--
<div id="navbar">
<div class="navbar_div">
<a class="navbar_link" href="index.html">home</a>
</div>
<div class="navbar_div">
<a class="navbar_link" href="cv.html">cv</a>
</div>
<div class="navbar_div">
<a class="navbar_link" href="plans.html">plans for World Domination</a>
</div>
<div class="navbar_div">
<a class="navbar_link" href="contact.html">contact</a>
</div>
</div>
-->
<div id="header">
<h2>Header</h2>
</div>
<div id="section">
<div id="left">
<p></p>
</div>
<div id="right">
<h1>hot stuff</h1>
</div>
<div id="center">
testo centrale<br>
testo centrale<br>
testo centrale<br>
testo centrale<br>
testo centrale<br>
testo centrale<br>
testo centrale<br>
testo centrale<br>
</div>
<div>
<div id="footer">
</div>
</body>
</html>
<!--
-->