Skip to content
Snippets Groups Projects
Select Git revision
  • 1c44b2c10af45b1370b709ec25329f2711d390cf
  • master default protected
  • example
  • form
  • html
  • test
  • revert-1c44b2c1
  • readme
8 results

index2.htm

Blame
  • user avatar
    arezou authored
    1c44b2c1
    History
    user avatar 1c44b2c1
    index2.htm 534 B
    <!DOCTYPE html>
    <html>
    <head>
    <title>Hello World!</title>
    </head>
    <body>
    
    <h1>Hello world!</h1>
    <div><img src="image1.jfif" alt="Hello World from Space" style="width:100%;max-width:700px"></div>
    
    
    
    <p>This is the first file in my new Git Repo.</p>
    
    <p>This is the first file in my new Git Repo.</p>
    
    
    <p>This line is here to show how merging works.</p>
    <p>This is the new line.</p>
    <p>A new line in our file!</p>
    
    <div><img src="image1.jfif" alt="Hello World from Space" style="width:100%;max-width:700px"></div>
    
    
    
    
    </body>
    </html>