Skip to content

Commit

Permalink
Create index.html for the timing_calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
abd3 committed May 18, 2024
1 parent 0879ada commit ae01b35
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions timing_calculator/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Flow Engineering Timing Generator</title>

<!-- Recommended meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- PyScript CSS -->
<link rel="stylesheet" href="https://pyscript.net/releases/2024.5.2/core.css">


<!-- This script tag bootstraps PyScript -->
<script type="module" src="https://pyscript.net/releases/2024.5.2/core.js"></script>
</head>
<body>
<h1>Flow Engineering Timing Generator</h1>
<script type="py" src="./main.py" config="./pyscript.toml" terminal ></script>
<style>

</style>
</body>
</html>

0 comments on commit ae01b35

Please sign in to comment.