antds/javascript-wonderland
0
1<!DOCTYPE html>2<html>3<head>4 <title>Help</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 12 <p>{{helpText}}</p>13 </div>14 {{>footer}}15 16</body>17</html>