diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-04-11 02:42:27 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-04-11 02:42:27 +0200 |
| commit | 816d4add6f017775bc1f6607e392bfb71e393ffa (patch) | |
| tree | 33a25a5b7420c9a1d4d606b312748a5a7426a0b8 /src_web/index.html | |
| parent | f8ab65b277c2eb7b9ed0e6d78f0302d388e0eff0 (diff) | |
repository refactoring
Diffstat (limited to 'src_web/index.html')
| -rw-r--r-- | src_web/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src_web/index.html b/src_web/index.html new file mode 100644 index 0000000..f6ff4eb --- /dev/null +++ b/src_web/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <title>opcut</title> + <script src="main.js"></script> +</head> +<body> +</body> +</html> |
