Created
November 19, 2018 11:39
-
-
Save verlok/459189320494ed8837df74b2bfd3b458 to your computer and use it in GitHub Desktop.
Empty HTML file to start from scratch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>________________</title> | |
<meta name="description" content="________________"> | |
<meta name="author" content="________________"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="main.css"> | |
</head> | |
<body> | |
<h1>Titolo</h1> | |
<p>Lorem ipsum...</p> | |
<script src="main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nir Yaffe
High Tech Teacher