• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<meta charset="utf-8">
3<html>
4<head>
5  <title>Alloc memory</title>
6  <meta http-equiv="Cache-Control" content="no-store" />
7  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
8  <script src="main.js"></script>
9</head>
10<body>
11<div id="display">
12  Allocating memory...
13</div>
14<form action="action.html">
15  Form:<br>
16  <input type="text" name="edit">
17</form>
18</body>
19</html>
20