You've already forked Lumos_Maxima
mirror of
https://github.com/AdaCore/Lumos_Maxima.git
synced 2026-02-12 13:05:13 -08:00
21 lines
484 B
HTML
21 lines
484 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="nav-placeholder"> </div>
|
|
<script> $(function(){ $("#nav-placeholder").load("nav.html"); }); </script>
|
|
|
|
<h1>Search for an email address</h1>
|
|
|
|
<form action="/vks/v1/by-email" method="post">
|
|
Email address:<br>
|
|
<input type="text" name="email" value=""><br>
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|