CoolFace
Apppublic

antds/javascript-wonderland

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
help.hbs17 linesDownload Raw Back to root
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>