GoServer/src/Go/views/base.ecr

15 lines
528 B
Plaintext
Raw Normal View History

2018-05-25 15:35:55 -07:00
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2018-05-25 15:35:55 -07:00
<link rel="stylesheet" href="/css/main.css">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Bangers" rel="stylesheet">
2018-05-25 15:35:55 -07:00
</head>
<body>
<div class="content-wrapper">
<div class="top-bar"><h1 class="title">GO</h1></div>
2018-05-25 15:35:55 -07:00
<%= content %>
</div>
</body>
</html>