summaryrefslogtreecommitdiff
path: root/views/layout.ejs
blob: 48f2052855649fb68164f3729a10c70db4402662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Where's the Pixel?">
<title>warpFX</title>
<link href="/css/warpfx.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/util.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js"></script>
<script src="/socket.io/socket.io.js"></script>
</head>
<body>

  <%- body %>

</body>
</html>