10 lines
No EOL
151 B
HTML
10 lines
No EOL
151 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Curious Greg - Home</title>
|
|
{% include 'imports.html' %}
|
|
</head>
|
|
<body>
|
|
<h1>Coming Soon™</h1>
|
|
</body>
|
|
</html> |