Spaces:
Paused
Paused
Upload 2 files
Browse files- frontend/app.js +1 -0
- frontend/index.html +3 -0
frontend/app.js
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
// UI logic is embedded in HTML
|
frontend/index.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<!-- The full HTML code provided by the user is inserted here -->
|
3 |
+
[REPLACED]
|