mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 20:32:07 +00:00
16 lines
452 B
HTML
16 lines
452 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;600&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>Development | Isoflow</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|