-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 777 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="We are Learning web dev">
<script src="/js/script.js" defer></script>
<title>Tech Wrappers</title>
</head>
<body>
<h1>Hey there!</h1>
<h3>Welcome to Tech wrappers</h3>
<p>Now that you're here, you might as well visit our <a href = "https://www.youtube.com/channel/UCtuoe_TL6lXl18K8Nayx-7g" target="_blank">YouTube channel</a></p>
<p>Oh and click <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">here</a> to get Rickrolled</p>
<p>And last, click <a href="/login/">here</a> to login</p>
<p>For registering, go <a href="/register/">here</a></p>
</body>
</html>