mirror of
https://github.com/jprdonnelly/qseow-scripts.git
synced 2025-12-25 01:00:11 -05:00
10 lines
265 B
HTML
10 lines
265 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<meta charset="utf-8" />
|
|
<title>Simple web app</title>
|
|
<div id="intro">Loading...</div>
|
|
<div id="title">Loading...</div>
|
|
<script src="https://unpkg.com/enigma.js@2.7.0/enigma.min.js"></script>
|
|
<script src="app.js"></script>
|
|
|
|
</html> |