-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 798 Bytes
/
index.html
File metadata and controls
30 lines (27 loc) · 798 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='UTF-8'/>
<title>welcome</title>
<link rel='stylesheet' href='index-style.css'/>
</head>
<body>
<header>
<span>HTML App Inventor</span>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Get Started</a></li>
<li><a href="#">Account</a></li>
<li><a href="#">About</a></li>
</ul>
</nav>
</header>
<div id='section1'>
</div>
<p>simple information</p>
<p>simple information</p>
<p>simple information</p>
<img src="media/svg/wave2.svg" width="100%" alt="waves wallpaper"/>
</body>
</html>