Skip to content

Commit

Permalink
Merge pull request stacksimplify#1 from krishnagavini/html-skeleton
Browse files Browse the repository at this point in the history
Html skeleton
  • Loading branch information
krishnagavini authored Apr 23, 2023
2 parents 6a7ff28 + 7a2a5b6 commit e11b346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Hello World!</title>
<link rel="stylesheet" href="bluestyle.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>
<div><img src="img_hello_world.jpg" alt="Hello World from Space" style="width:100%;max-width:960px"></div>
<p>This is the first file in my new Git Repo.</p>
<p>This line is here to show how merging works.</p>

Expand Down

0 comments on commit e11b346

Please sign in to comment.