-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproxy.html
More file actions
29 lines (28 loc) · 941 Bytes
/
proxy.html
File metadata and controls
29 lines (28 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nozama</title>
<link rel="stylesheet" href="proxy.css">
</head>
<body>
<div id="proxy">
<div id="ellis1">ellis1</div>
<div id="laura">laura</div>
<div id="poli">poli</div>
<div id="aaron">aaron</div>
<div id="emilio">emilio</div>
<div id="martin">martin</div>
<div id="zach">zach</div>
<div id="ellis2">ellis2</div>
</div>
<script src="http://localhost:5000/bundle"></script>
<script src="http://localhost:3800/bundle"></script>
<script src="http://localhost:3600/bundle"></script>
<script src="http://localhost:3700/bundle"></script>
<script src="http://localhost:3500/bundle"></script>
<script src="http://localhost:4000/bundle"></script>
<script src=""></script>
</body>
</html>