18 lines
498 B
HTML
18 lines
498 B
HTML
<!-- Reading School 2018, HTML page by Matthew Grove, Year 10 -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0">
|
|
|
|
<!-- styles -->
|
|
<link rel="stylesheet" type="text/css" href="../css/pages.css">
|
|
|
|
<!-- scripts -->
|
|
<script type="text/javascript" src="../scripts/scripts.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Page 01</h1>
|
|
</body>
|
|
</html> |