mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 21:24:20 +01:00
29 lines
No EOL
849 B
HTML
29 lines
No EOL
849 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Built with Serverpod</title>
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<div class="logo-box">
|
|
<img src="/images/serverpod-logo.svg" width="160" style="margin-top: 8px; margin-bottom: 12px;">
|
|
<p><a href="https://serverpod.dev/">The missing server for Flutter</a></p>
|
|
</div>
|
|
<hr>
|
|
<div class="info-box">
|
|
<p>Served at: {{served}}</p>
|
|
<p>Run mode: {{runmode}}</p>
|
|
</div>
|
|
<hr>
|
|
<div class="link-box">
|
|
<a href="https://serverpod.dev">Serverpod</a>
|
|
•
|
|
<a href="https://docs.serverpod.dev">Get Started</a>
|
|
•
|
|
<a href="https://github.com/serverpod/serverpod">Github</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |