We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3496e47 commit b7e2352Copy full SHA for b7e2352
src/api/orders.html
@@ -1,17 +1,7 @@
1
-<html>
2
-<head>
3
-<title>Coding Hut Orders API</title>
4
-</head>
5
-
6
-<body>
7
-Coming Soon
8
-</body>
9
-</html>
10
11
<!DOCTYPE html>
12
<html>
13
<head>
14
- <title>Strike Info | Coding Hut Website</title>
+ <title>Coding Hut Orders API</title>
15
<meta name="viewport" content="width=device-width, initial-scale=1.0">
16
<style>
17
body {
@@ -41,7 +31,6 @@ <h1>Staff Profile</h1>
41
31
<div id="myscratchedaccount" class="dynamic-content">
42
32
{"status": 500, "completed-orders": 6, "pending-orders": 0}
43
33
<br>
44
-Oops! You currently have 1 Strike at Coding Hut. Look below to see your strikes.
45
34
</div>
46
35
<!-- Dynamic Section 2 -->
47
36
<div id="staff2" class="dynamic-content">
0 commit comments