-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathwebpage.html
More file actions
46 lines (46 loc) · 1.5 KB
/
webpage.html
File metadata and controls
46 lines (46 loc) · 1.5 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
!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
beautiful and simple website using html only -
</title>
</head>
<body background="image.jpeg" link="#000" alink="#017bf5" vlink="#000">
<br />
<h3 align="center">
<font face="Lato" size="6">LOGO</font>
<font face="cinzel" size="4">
<a href="#">HOME</a>
<a href="#">VIDEOS</a>
<a href="#">PORTFOLIO</a>
<a href="#">BLOG</a>
<a href="#">CONTACT US</a>
</font>
</h3>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<h1 align="center">
<font face="Lato" color="#017bf5" size="7">
BEAUTIFUL AND SIMPLE WEB PAGE
</font>
</h1>
<h3 align="center">
<font face="Lato" color="#000" size="5">
USING HTML ONLY (NO CSS USED)
</font>
</h3>
<br />
<h3 align="center">
<a href="#">
<font face="Lato" color="#000">GET STARTED</font>
</a>
<a href="#">
<font face="Lato" color="#fff">SUBSCRIBE US</font>
</a>
</h3>
</body>
</html>