Files
storyteller/frontend/public/index.html
Aodhan Collins eccd456c59 Initial commit
2025-10-11 21:21:36 +01:00

18 lines
488 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#667eea" />
<meta
name="description"
content="Storyteller RPG - A storyteller-centric roleplaying application"
/>
<title>Storyteller RPG</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>