Skip to content

Commit

Permalink
fixed bug in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldenhub committed Oct 30, 2022
1 parent 394faf0 commit bc9e479
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>

<!-- Bootstrap 5.2.2 stylesheet cdn -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">

{style}
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>


<!-- Bootstrap 5.2.2 script cdn -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>

{script}
<script src="./js/app.js"></script>
</body>
</html>

0 comments on commit bc9e479

Please sign in to comment.