-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96923be
commit 67bb4d9
Showing
1,502 changed files
with
82,934 additions
and
1,971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.