24 lines
662 B
Plaintext
24 lines
662 B
Plaintext
<html>
|
|
<head>
|
|
<title>The Code Bureau : Browser Fingerprint</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
</head>
|
|
<body>
|
|
<form method="post" action="/api/fingerprints">
|
|
<div>
|
|
<input type="text" name="_id" placeholder="Id" /><button type="button" class="generate">Generate</button>
|
|
</div>
|
|
<div>
|
|
<input type="text" name="name" placeholder="Name" />
|
|
</div>
|
|
<div>
|
|
<input type="text" name="project" placeholder="Project" />
|
|
</div>
|
|
<button>Submit</button>
|
|
</form>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<script src="/js/admin.js"></script>
|
|
</body>
|
|
</html>
|