diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 16:24:46 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 16:24:46 +0100 |
commit | df46e401bd3dac1162cace8e9259ddaba02d5332 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /public/index.html | |
parent | 2db3d88503fbe219e99c464c4cc8e768613e1359 (diff) | |
download | genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.gz genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.bz2 genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.zip |
ref: Remove all clojure related Files
Making room for wasm project.
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 567514b..0000000 --- a/public/index.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"> - <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'/> - <link href="/css/bulma.css" rel="stylesheet" type="text/css"> -</head> -<body> -<div id="app"> - <h3>Loading genpass...</h3> -</div> -<script src="./js/app.js" type="text/javascript"></script> - -</body> -</html> |