InnoLink commited on
Commit
e5f180e
·
verified ·
1 Parent(s): 982bfac

Rename index.HTML to static/index.HTML

Browse files
Files changed (1) hide show
  1. index.HTML → static/index.HTML +9 -6
index.HTML → static/index.HTML RENAMED
@@ -1,13 +1,16 @@
1
  <!DOCTYPE html>
2
- <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>FastAPI 🤗 with Uvicorn and PostgreSQL</title>
7
- <meta />
8
- <meta />
9
- <meta />
10
- <meta />
 
 
 
11
  <link rel="stylesheet" href="static/styles.css" />
12
  <link rel="stylesheet" href="static/bootstrap.min.css" />
13
  <script type="module" src="static/script.js"></script>
 
1
  <!DOCTYPE html>
2
+ <html lang="en-US">
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Flan-T5 🤗 with HF.co, Uvicorn, fastAPI, and PostgreSQL</title>
7
+ <meta name="description" content="a minimal multi-model AI/ML implementation with api-routing, web-crawling, inference, auth, and database" />
8
+ <meta name="keywords" content="AI, machine learning, nanotech, IT, web3, data" />
9
+ <meta name="robots" content="noindex" />
10
+ <meta http-equiv="author" content="Innolink" />
11
+ <meta http-equiv="pragma" content="no-cache" />
12
+ <meta http-equiv="expires" content="Thurs, 24 Dec 2026 23:59:59 GMT" />
13
+
14
  <link rel="stylesheet" href="static/styles.css" />
15
  <link rel="stylesheet" href="static/bootstrap.min.css" />
16
  <script type="module" src="static/script.js"></script>