Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fix paths
  • Loading branch information
Hetari authored May 21, 2024
1 parent 942128c commit f6e50e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<meta name="twitter:description"
content="This is a clone of the iPhone 15 website, showcasing the latest features and specifications." />
<meta name="twitter:image" content="https://www.example.com/assets/images/iphone15.jpg" />
<script type="module" crossorigin src="/assets/index-DYJq8fmZ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D1BgrKv-.css">
<script type="module" crossorigin src="./assets/index-DYJq8fmZ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-D1BgrKv-.css">
</head>

<body>
<div id="app"></div>
</body>

</html>
</html>

0 comments on commit f6e50e9

Please sign in to comment.