13 lines
230 B
HTML
13 lines
230 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script src="index.js"></script>
|
|
</head>
|
|
<body>
|
|
<h4>Enter flag:</h4>
|
|
<input type="text" id="input"/>
|
|
<button onclick="onButtonPress()">Submit</button>
|
|
<p id="result"></p>
|
|
</body>
|
|
</html>
|