-
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) · 844 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (15 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/style.css">
<title>testRepo</title>
</head>
<body>
<!-- This is a beautiful comment -->
<h1>This is to test GitHub and stuff</h1>
<p>What if I made a Django project? Would Visual Studio Code detect this changes? Probably, but I have to test it anyway. <br> Now that I know that this actually works and I have installed the live server extension, I can close this program happily and come back to it whenever I need to!</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Cupiditate enim deserunt fuga nostrum aperiam sint velit qui quo sit odio!</p>
<p>Funny, I could have just added a Lorem to the first paragraph, but instead I typed everything like a moron...</p>
</body>
</html>