cache busting

This commit is contained in:
realaravinth
2021-04-09 13:21:50 +05:30
parent d7b1a9f29b
commit c4255397b1
60 changed files with 873 additions and 716 deletions

View File

@@ -1,4 +0,0 @@
</body>
<script src="/index.js"></script>
<link rel="stylesheet" href="main.css" />
</html>

View File

@@ -1,41 +0,0 @@
<. include!("./top.html"); .>
<title>Sign in | mCaptcha</title>
<img src="./img/icon-trans.png" class="form__logo" alt="" />
<h2 class="form__brand">Sign in to mCaptcha</h2>
<div class="form-container">
<form class="form__box">
<label class="form__in-group" for="username"
>Username
<input
class="form__in-field"
type="text"
name="username"
id="username"
required
/>
</label>
<label for="password" class="form__in-group"
>Password
<input
class="form__in-field"
type="password"
name="password"
id="password"
required
/>
<a class="form__pw-recovery" -href="/forgot/password">Forgot password?</a>
</label>
<button class="form__submit-button" type="submit">
Submit
</button>
</form>
<div class="form__secondary-action">
<p class="form__secondary-action__banner">
New to mCaptcha?
<a href="/" class="form__secondary-action__link">Create account</a>
</p>
</div>
</div>
<. include!("./bottom.html"); .>

View File

@@ -1,6 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />