-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrebuild.html
More file actions
118 lines (112 loc) · 3.04 KB
/
rebuild.html
File metadata and controls
118 lines (112 loc) · 3.04 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype HTML>
<html>
<head>
<title>
</title>
</head>
<body>
<h1>
<a href= "">Go Net Yourself
<img src="">
</h1>
<nav>
<ul>
<li>Home<a href=""></li>
<li>Learn More<a href=""></li>
<li>About<a href=""></li>
<li>Porfolio<a href=""></li>
<li>Refer<a href=""></li>
<li>Blog<a href=""></li>
</ul>
</nav>
<article>
<h1>Your Studios</h1>
<p>lorem ipsum</p>
<h1>Learn More<a href=""></h1>
</article>
<ul>
<li><a href="">
<img src="">
</li>
<li><a href="">
<img src="">
</li>
<li><a href="">
<img src="">
</li>
</ul>
<h1>Our Work</h1>
<ul>
<li><a href=""></a>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<object data="movie.mp4" width="320" height="240">
<embed src="movie.swf" width="320" height="240">
</object>
</video>
</li>
<li><a href=""></a>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<object data="movie.mp4" width="320" height="240">
<embed src="movie.swf" width="320" height="240">
</object>
</video>
</li>
<li><a href=""></a>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<object data="movie.mp4" width="320" height="240">
<embed src="movie.swf" width="320" height="240">
</object>
</video>
</li>
</ul>
<footer>
<ul>
<li>About</li>
<li>Contact</li>
<li>Company</li>
<li>Learn More</li>
</ul>
<p>lorem ipsum</p>
<p>lorem ipsum</p>
<a href="">info@gonetyourself.com</a>
<p>lorem ipsum</p>
<p>lorem ipsum</p>
<ul>
<li><a href="">About</li>
<li><a href="">Press</li>
<li><a href="">Jobs</li>
<li><a href="">Client Login</li>
</ul>
<form>
Name* <input type="text" name="Name"><br>
Email* <input type="text" email="Email"><br>
Company* <input type="text" company="Company">
</form>
<button type="button">Submit</button>
<h1>lorem ipsum</h1>
<ul>
<li><a href="facebook">
<img src="">
</li>
<li><a href="google+">
<img src="">
</li>
<li><a href="linkedIn">
<img src="">
</li>
<li><a href="twitter">
<img src="">
</li>
<li><a href="vimeo">
<img src="">
</li>
</ul>
</footer>
</body>
</html>