22 lines
513 B
HTML
22 lines
513 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>1000serien.com</title>
|
|
<meta name="description" content="This page is still under construction" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>1000serien.com</h1>
|
|
<p>This page is still under construction</p>
|
|
|
|
<script src="js/script.js"></script>
|
|
</body>
|
|
|
|
</html>
|