-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.html
More file actions
30 lines (25 loc) · 929 Bytes
/
java.html
File metadata and controls
30 lines (25 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!-- <html>
<head>
<link rel="stylesheet" href="jas.css">
</head>
<body>
<h1>Shopping Cart</h1>
<h2 id="count-el">0</h2>
<button id="increment-btn" onclick="increment()">Add Group Tickets </button>
<script src="index.js"></script>
</body>
</html -->
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="jas.css">
</head>
<body>
<h1>Shopping Cart</h1>
<h2 class="display-2" id="count-el">0</h2>
<button id="increment-btn" onclick="increment()">Add Group Tickets </button>
<script src="index.js"></script>
</body>
</html>
<!-- You have to write it with the parenthese here ^ "above"-->