CoolFace
Apppublic

antds/javascript-wonderland

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
about.hbs16 linesDownload Raw Back to root
1<!DOCTYPE html>2<html>3<head>4    <title>About</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        <img class="portrait" src="/img/me.jpg">12    </div>13    {{>footer}}14    15</body>16</html>