-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 910 Bytes
/
index.html
File metadata and controls
32 lines (32 loc) · 910 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0,
interactive-widget=resizes-content">
<link rel="stylesheet" href="style.css">
<title>Niall2</title>
</head>
<body>
<main></main>
<footer>
<form method="post">
<input type="text" name="message"
placeholder="Say something..."
autocomplete="off" autofocus>
<button type="submit">
<svg stroke="currentColor" fill="none" stroke-width="2"
viewBox="0 0 24 24" stroke-linecap="round"
stroke-linejoin="round" class="h-4 w-4 mr-1"
height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<line x1="22" y1="2" x2="11" y2="13"></line>
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
</svg>
</button>
</form>
</footer>
<script type="module" src="niall2.js"></script>
</body>
</html>