mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
11 lines
272 B
Handlebars
11 lines
272 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>New Pretendo website</title>
|
|
<link rel="stylesheet" href="/main.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
{{{ body }}}
|
|
</body>
|
|
</html> |