iwm_browser/iwm_browser/templates/about.html
2023-06-09 14:05:33 +02:00

22 lines
737 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>IWM Browser</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ combineCSS(
'/static/index.css',
'/static/main.css',
'/static/homepage.css',
) }}">
</head>
<body>
<div class="Home About">
<div class="contentBox_">
<h1>You're on IWM Browser, </h1>
<h2>a service for displaying <a href="https://iwannamakergame.com">I Wanna Maker</a> online levels in your browser.</h2>
<p>You can find the source code <a href="https://git.magmaus3.eu.org/magmaus3/iwm_browser">here</a>.</p>
</div>
</div>
</body>
</html>