antds/javascript-wonderland
0
1<!DOCTYPE html>2<html>3<head>4 <title>404</title>5 <link rel="icon" href="/img/weather.png">6 <link rel="stylesheet" href="/css/styles.css">7</head>8<body>9 <div class="main-content">10 {{>header}}11 <p>{{errorMessage}}</p>12 </div>13 {{>footer}}14 15</body>16</html>