-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<meta
name="description"
content="
Hey 👋 I' MahdiSoultana,Mahdi-Soultana a web developer by ReactJs / NodeJS JavaScript HTML CSS :
you can checkout my project here on upwork or see my portfolio !
https://github.com/Mahdi-Soultana
https://www.linkedin.com/in/mahdisoultana/
https://twitter.com/mahdi_soultana
https://www.upwork.com/freelancers/~01c3b60e1c04398fd9
skype Id: live:.cid.4c11f2bc899ffbc0
Thank you very much for your interest and I hope to start solving your problem right now 😊"
/>
<meta
name="keywords"
content="mahdisoultana mahdi_soultana Mahdi-Soultana MahdiSoultana web developer by ReactJs / NodeJS JavaScript HTML CSS"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>