Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-the-qa committed Oct 23, 2024
1 parent 96923be commit 67bb4d9
Show file tree
Hide file tree
Showing 1,502 changed files with 82,934 additions and 1,971 deletions.
62 changes: 62 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ADPList Review Service</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 600px;
margin: 0 auto;
padding: 20px;
}
.form-group {
margin-bottom: 15px;
}
input, button {
padding: 5px;
font-size: 16px;
}
.banner {
padding: 10px;
margin-bottom: 15px;
border-radius: 5px;
display: none;
}
.success {
background-color: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.error {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
#senjaForm {
display: none;
}
</style>
</head>
<body>
<h1>ADPList Review Service</h1>

<div id="successBanner" class="banner success">Request successful!</div>
<div id="errorBanner" class="banner error">An error occurred. Please try again.</div>

<div id="userIdForm" class="form-group">
<label for="userId">User ID:</label>
<input type="text" id="userId" required>
<button id="submitUserId">Submit</button>
</div>

<div id="senjaForm" class="form-group">
<label for="senjaApiKey">Senja API Key:</label>
<input type="password" id="senjaApiKey" required>
<button id="submitSenjaApiKey">Submit</button>
</div>

<script src="script.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion node_modules/.bin/acorn

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/mime

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/ts-node

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/ts-node-cwd

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/ts-node-esm

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/ts-node-script

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/ts-node-transpile-only

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/ts-script

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tsc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tsserver

This file was deleted.

Loading

0 comments on commit 67bb4d9

Please sign in to comment.