12 lines
No EOL
298 B
HTML
12 lines
No EOL
298 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Flow OS</title>
|
|
</head>
|
|
<body>
|
|
<script src="https://unpkg.com/filer"></script>
|
|
<script src="./src/index.ts" type="module"></script>
|
|
</body>
|
|
</html> |