-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 1.14 KB
/
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>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://media.discordapp.net/attachments/1072938365533569145/1157799699663826964/man-technologist_1f468-200d-1f4bb.png?ex=6519ec7f&is=65189aff&hm=5b6660875ce9733e6be270977b421d14e3f3c021c4b59326392547b343a2a5aa&=" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SalimDev | Portfolio</title>
<meta name="og:title" content="Salim's Portfolio">
<meta name="author" content="SalimDev">
<meta property="og:description" content="Front-End Developer from Mahdia , Tunisia. I build websites for businesses to help stand out!" />
<meta property="og:image" content="https://media.discordapp.net/attachments/1072938365533569145/1157786555872714862/xxx.png?ex=6519e041&is=65188ec1&hm=ec6971284674c96f2ee4679ddf6ec0ecd743fff610f4a6a8c7efcc11ba5fdefb&=&width=613&height=613" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
</head>
<body >
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>