-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
18 lines (18 loc) · 869 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<meta charset="UTF-8"/>
<meta name="description" content="A image generator using OPENAI API"/>
<meta name="keywords" content="HTML, CSS, JavaScript, image-generator, prashant0664 github/prashant0664, web-development-project, project, nodejs, vite, react, github, github-react-project, expressjs, howto, tutorial-api">
<meta name="author" content="Prashant">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/R.jfif" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Image Generator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>