-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (17 loc) · 987 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (17 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="header">Hello</h1>
<p>Hello everyone. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good. This is not very good.</p>
<input class="input1" />
<input class="input2" />
<div class="input_button">Enter</div>
</body>
</html>