This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/magic_app/templates/index.html

12 lines
234 B
HTML
Raw Normal View History

2020-06-30 18:28:47 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>The Magic App</title>
</head>
<body>
Hello, World.
</body>
</html>