Skip to content

Instantly share code, notes, and snippets.

@jcarlosroldan
Last active July 31, 2019 14:17
Show Gist options
  • Save jcarlosroldan/2b88d38e0e0315a2890199e8ece0f2ab to your computer and use it in GitHub Desktop.
Save jcarlosroldan/2b88d38e0e0315a2890199e8ece0f2ab to your computer and use it in GitHub Desktop.
Minimal web
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Project</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment