-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 732 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (23 loc) · 732 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
<DOCTYPE html>
<html>
<html lang="eng">
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="bluestyles.css">
</head>
<body>
<h1>Hello world!</h1>
<div><img src="img_hello_world.jpg" alt="Hello World from Space"
style="width :100%;max-width:640px"></div>
<p>This is the first file in my new GitHub Repo.</p>
<p>A new line in our file!</>
<<<<<<< HEAD
<p>This line is here to show how merging works.</p>
<p>This line is here to show that I can edit files in a branch on GitHub.</p>
=======
<div><img src="img_hello_git.jpg" alt="Hello Git" style="width:100%;max-width:640px></div>
>>>>>>> hello-world-images
</body>
</html>