diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2022-10-26 21:02:31 -0400 | 
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2022-10-26 21:02:31 -0400 | 
| commit | 9f3098e80c6b6c87e9bfbfe36239a39e5cafb29f (patch) | |
| tree | db9ca419266117facecdff6d30460669f3148efb /iridescence/public/index.html | |
| parent | f243a3b7341012227d6e8342a65f9c5d7784256f (diff) | |
| download | theglassyladies-9f3098e80c6b6c87e9bfbfe36239a39e5cafb29f.tar.xz theglassyladies-9f3098e80c6b6c87e9bfbfe36239a39e5cafb29f.zip | |
init: add some stories and personas and begin layout out domain
Diffstat (limited to 'iridescence/public/index.html')
| -rw-r--r-- | iridescence/public/index.html | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/iridescence/public/index.html b/iridescence/public/index.html deleted file mode 100644 index 709fc47..0000000 --- a/iridescence/public/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<html lang="en" class="has-navbar-fixed-top"> -  <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" /> -    <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> -    <title>The Glassy Ladies: Glass with Class!</title> -  </head> -  <body> -    <noscript> -      <strong -        >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work -        properly without JavaScript enabled. Please enable it to -        continue.</strong -      > -    </noscript> -    <div id="app"></div> -    <!-- built files will be auto injected --> -  </body> -  <script src="https://code.iconify.design/2/2.0.0-rc.4/iconify.min.js"></script> -</html> |