diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2022-03-20 10:58:23 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2022-03-20 10:58:23 +0000 |
commit | 170a249f1bc5caae55ae5a3469f0fc6beef63568 (patch) | |
tree | 13a65659aa2aef065d1acf59af20a109df83eaa4 /src/index.html | |
parent | 06e3827589771da31bf033d304da4ba3a40c9cde (diff) | |
download | lustre-170a249f1bc5caae55ae5a3469f0fc6beef63568.tar.gz lustre-170a249f1bc5caae55ae5a3469f0fc6beef63568.zip |
:construction: Morphdom is dead, long live React.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/index.html b/src/index.html deleted file mode 100644 index e807f2a..0000000 --- a/src/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="UTF-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Document</title> - - <script type="module" src="./js/test.js"></script> -</head> - -<body> - -</body> - -</html>
\ No newline at end of file |