diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-01-21 19:34:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-01-21 19:34:49 +0530 |
| commit | e4db8ebdd6a36df0b3d76504d18d8f183fe46ba9 (patch) | |
| tree | 807071e55e97d8169158c896822cc57c023c9af1 /examples/calculator/index.html | |
| parent | c9075367a178644d12a179919aa07616938b7315 (diff) | |
| download | css-everything-e4db8ebdd6a36df0b3d76504d18d8f183fe46ba9.tar.gz css-everything-e4db8ebdd6a36df0b3d76504d18d8f183fe46ba9.zip | |
feat: adds example for calculator
Diffstat (limited to 'examples/calculator/index.html')
| -rw-r--r-- | examples/calculator/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/calculator/index.html b/examples/calculator/index.html new file mode 100644 index 0000000..94b50e6 --- /dev/null +++ b/examples/calculator/index.html @@ -0,0 +1,10 @@ +<!doctype html> +<html lang="en"> + <head> + <title>Calculator</title> + <link href="./style.css" rel="stylesheet" /> + </head> + <body> + <script async defer src="../../dist/renderer/index.js"></script> + </body> +</html> |
