mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
30 lines
929 B
HTML
30 lines
929 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
|
|
/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>PartyKit: Everything's better with friends!</title>
|
|
<!-- Favicon -->
|
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
<!-- Primary Meta Tags -->
|
|
<meta name="title" content="PartyKit" />
|
|
<meta name="description" content="Everything's better with friends!" />
|
|
<meta name="author" content="PartyKit" />
|
|
<!-- Theme Colour -->
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<link rel="stylesheet" href="/normalize.css" />
|
|
<link rel="stylesheet" href="/dist/client.css" />
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<h1>🎈 Welcome to PartyKit!</h1>
|
|
</div>
|
|
<script type="module" src="/dist/client.js"></script>
|
|
</body>
|
|
</html>
|