Skip to content

Instantly share code, notes, and snippets.

@Zaturrby
Created November 5, 2014 17:11
Show Gist options
  • Select an option

  • Save Zaturrby/22969282f635e50a9e8b to your computer and use it in GitHub Desktop.

Select an option

Save Zaturrby/22969282f635e50a9e8b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<h1>Hello Github!</h1>
<div>
<table>
<tr>
<td>
<p>Hello</p>
</td>
</tr>
<tr>
<img src="" alt="">
</tr>
</table>
<img src="" alt="">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment