-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (19 loc) · 839 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg" href="icon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Portfolio of a Creative frontend Developer who know's MERN stack python, django, flask, nextJs, etc.">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.2/jquery.min.js"
integrity="sha512-tWHlutFnuG0C6nQRlpvrEhE4QpkG1nn2MOUMWmUeRePl4e3Aki0VB6W1v3oLjFtd0hVOtRQ9PHpSfN6u6/QXkQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<title> Axn - Creative Fullstack Developer Portfolio ©2024.</title>
</head>
<body onload="Notify()">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>