forked from technolyceum/g8-m2
16 lines
307 B
HTML
16 lines
307 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>HTML5 Boilerplate</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Page Title</h1>
|
|
<script src="scripts.js"></script>
|
|
</body>
|
|
|
|
</html> |