Skip to content

Commit

Permalink
v4 copy html
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchamchi committed Oct 30, 2024
1 parent 9f54293 commit cf6872b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions v4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GlossySnake Frontend (WIP)</title>

<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script type="module" crossorigin src="/GlossySnake/static/index-5fJ5DpTd.js"></script>
<link rel="stylesheet" crossorigin href="/GlossySnake/static/index-PtQGsC3S.css">
</head>
<body>
<div id="app"></div>

<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit cf6872b

Please sign in to comment.