-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 764 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (15 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="script.js" defer></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Possimus quidem ipsam nam, distinctio molestias eveniet architecto, voluptatem iure explicabo cum ad omnis, expedita voluptates eaque odit. Illo quos rerum culpa nam esse tenetur fugiat quidem similique fugit corrupti veniam reprehenderit aut excepturi expedita vero magnam impedit, exercitationem id? Minima, unde.
<a href="youtube.com">youtube</a>
</body>
</html>