Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Axnjr authored Jan 22, 2024
1 parent f1f266e commit 1f66e37
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- ADD YOUR ICON LINK HERE AND IN THE ASSETS -->
<link rel="icon" type="image/svg" href="/assets/icon-23112a41.svg">
<!-- -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CHANGE THE DESCRIPTION ACCORDINGLY -->
<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>
<!-- CHANGE THE SITE TITLE BEFORE DEPLOYING -->
<title> Axn - Creative Fullstack Developer Portfolio ©2024.</title>
<!-- -->
<script type="module" crossorigin src="/assets/portfolio.js"></script>
<link rel="stylesheet" href="/assets/index-90e59cc2.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 1f66e37

Please sign in to comment.