-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 837 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 837 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="css/custom">
<link rel="stylesheet" href="style.css">
</head>
<body>
<<<<<<< HEAD
<h1>hello this test file, welcome</h1>
<h2>this is best idea</h2>
<h3>no change</h3>
<a href="#">go go link here</a>
=======
<div class="main">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus, laboriosam quod. Recusandae facilis provident id tempora distinctio iusto, tempore consectetur qui mollitia saepe, iure temporibus neque accusamus incidunt alias harum!
</div>
>>>>>>> vscode
<script src="js/script.js"></script>
</body>
</html>