forked from interprice75/cursoGit-test.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 795 Bytes
/
Copy pathindex.html
File metadata and controls
16 lines (16 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en"><!-- YO NO LA AGREGE POR QUE YA LA TENIA --29 DE OCTUBRE. -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><! -- YO NO LA AGREGE POR QUE YA LA TENIA -29 DE OCTUBRE. -->
<link rel="stylesheet" href="bluestyle.css">
<title>Document</title>
</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 Git Repo</p>
<p>This line is here to show how merging works.</p>
<div><img src="img_hello_git.jpg" alt="Hello World from space" style="width: 100%; max-width: 640px;"></div><! -- YO NO LA AGREGE POR QUE YA LA TENIA -29 DE OCTUBRE. -->
</body>
</html>