Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -4
index.html
CHANGED
@@ -6,7 +6,9 @@
|
|
6 |
<title>John Doe | Portfolio</title>
|
7 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6OPTAhW3z8h6sEHuJIW+jozS3dBmVvzqJlL/t49giMAe7qT8yWHH2ePywxAwGnU1zZz8wEjWvmhsQ05O3Q8w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
9 |
-
<
|
|
|
|
|
10 |
<style>
|
11 |
body {
|
12 |
font-family: Arial, sans-serif;
|
@@ -111,6 +113,8 @@
|
|
111 |
}
|
112 |
|
113 |
</style>
|
|
|
|
|
114 |
<body>
|
115 |
|
116 |
<header class="header">
|
@@ -253,7 +257,5 @@
|
|
253 |
</div>
|
254 |
</footer>
|
255 |
|
256 |
-
|
257 |
-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0vznvYBk4//SYzxbv4RDs09cLt7qVCJStxv4b89lZcW" crossorigin="anonymous"></script>
|
258 |
-
</body>
|
259 |
</html>
|
|
|
6 |
<title>John Doe | Portfolio</title>
|
7 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6OPTAhW3z8h6sEHuJIW+jozS3dBmVvzqJlL/t49giMAe7qT8yWHH2ePywxAwGnU1zZz8wEjWvmhsQ05O3Q8w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
9 |
+
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
10 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0vznvYBk4//SYzxbv4RDs09cLt7qVCJStxv4b89lZcW" crossorigin="anonymous"></script>
|
11 |
+
|
12 |
<style>
|
13 |
body {
|
14 |
font-family: Arial, sans-serif;
|
|
|
113 |
}
|
114 |
|
115 |
</style>
|
116 |
+
|
117 |
+
</head>
|
118 |
<body>
|
119 |
|
120 |
<header class="header">
|
|
|
257 |
</div>
|
258 |
</footer>
|
259 |
|
260 |
+
</body>
|
|
|
|
|
261 |
</html>
|