]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - frontend/404.html
Use custom public folder listing
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / 404.html
CommitLineData
552d44bb
JZ
1<html>
2<head>
7c15fe4c 3 <title> Surfer - File not found </title>
552d44bb
JZ
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
7c15fe4c 11<div class="container-center">
313dfe99 12 <p>File or directory not found</p>
552d44bb
JZ
13</div>
14
15</body>
16</html>