summaryrefslogtreecommitdiff
path: root/views/header.ejs
blob: e4d69d6c2ca31039b5272f2cef9f193ebbbf6444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="icon" href="/static/favicon.svg">

		<link rel="stylesheet" type="text/css" href="/static/index.css" media="all">
		<title>Jeu de mots - <%- title %></title>
	</head>
	<body>
		<%- include("nav") %>
		<noscript>You need to enable JavaScript to run this app.</noscript>
		<main>