- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
15 lines (15 loc) · 408 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (15 loc) · 408 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<metacharset='utf-8'>
<metahttp-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<metaname='viewport' content='width=device-width, initial-scale=1'>
<linkrel='stylesheet' type='text/css' media='screen' href='main.css'>
<scriptsrc='main.js'></script>
</head>
<body>
<h1>Hello Github!!!</h1>
<h2>SubTitle!</h2>
</body>
</html>