]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - frontend/404.html
Trigger dropdown only on click
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / 404.html
CommitLineData
552d44bb
JZ
1<html>
2<head>
3 <title> Surfer - File not found</title>
4
5 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
7 <link rel="stylesheet" href="/_admin/css/style.css">
8</head>
9<body>
10
11<div class="wrapper">
12 <div class="content">
13 <h2> Surfer </h2>
14 <p>File not found</p>
15 </div>
16</div>
17
18</body>
19</html>