Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
bin
27 changes: 6 additions & 21 deletions origin/index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />

<title>Hello World!</title>

<style>
iframe {
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
border: 0;
}
</style>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Business Sales Fallback</title>
<link rel="stylesheet" href="/style.css">
</head>

<body>
<iframe src="https://glitchdotcom.github.io/compute-origin"></iframe>
<h1>Fallback Page</h1>
<p>This is the fallback page for the business sales application.</p>
</body>

</html>
Loading