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
6 changes: 6 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- Vercel Speed Insights -->
<script defer src="https://cdn.vercel-insights.com/v1/script.js"></script>
<!-- Vercel Web Analytics -->
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<div id="boot-overlay" class="boot-overlay">
Expand Down
58 changes: 58 additions & 0 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "keplerlab-web",
"version": "1.0.0",
"description": "KeplerLab - PINN Failure Analysis Web Interface",
"type": "module",
"scripts": {
"build": "echo 'No build step required for vanilla HTML project'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["physics", "pinn", "neural-network", "orbital-mechanics"],
"author": "",
"license": "ISC",
"dependencies": {
"@vercel/analytics": "^2.0.1"
}
}