-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 791 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 791 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="art.css">
<link rel="icon" type="image/x-icon" href="combo/favicon.bmp">
<title>A website</title>
</head>
<body>
<h1>Welcome to my home page!</h1>
<div class="python">
<form id="text1" method="post">
<Label for="text" style="font-size: 18px">Enter a text: </Label>
<input type="text" id="text2"/>
<input type="submit" hidden/>
</form>
<br><br>
<a href="hi.html">Second webpage here!</a><br><br>
</div>
<div class="sandbox">
<p id="text1">Hi</p>
</div>
</body>
</html>