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

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