forked from TheAwesomeCompany/Bisect_git_task
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 848 Bytes
/
index.html
File metadata and controls
33 lines (28 loc) · 848 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
31
32
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul>
<li><a href="default.asp">Home</a></li>
<li><a href="news.asp">News</a></li>
<li><a href="contact.asp">Contact</a></li>
<li><a href="about.asp">About</a></li>
</ul>
Try it yourself »
<p>Header...</p>
<h1>Hello, World!</h1>
<script src="js/init.js"></script>
<img src="logo.png">
<strong> <a href="http://active.kh.ua" type="_blank">Bamperball</a><br/></strong>
<a href="https://theawesome.click" type="_blank">TAC</a><br/>
<a href="http://git-course.theawesome.click" type="_blank">TAC Course Git</a><br/>
<a href="http://courses.theawesome.click" type="_blank">TAC Courses</a><br/>
<a href="items.html" type="_blank">Items</a><br/>
<p>...Footer</p>
<p>...Footer1</p>
<p>...Footer2</p>
<p>...Footer3</p>
</body>
</html>