-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdelete-ws.html
32 lines (25 loc) · 972 Bytes
/
delete-ws.html
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
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>Delete - Workspace Manager</title>
<meta http-equiv="Content-Security-Policy"
content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' http://www.google.com">
<link rel="stylesheet" type="text/css" href="assets/main.css">
</head>
<body>
<div id="main">
<div class="indexContainer" id="workspacesContainer">
<h2 style="text-align: center; color: #0dbab1;">Click on the Workspace to delete it. Remember, the action is permanent and irreversible.</h2>
<ul id="workspaces">
</ul> <!-- workspaces -->
</div> <!-- workspacesContainer -->
</div>
<script src="assets/del-ws.js" type="text/javascript"></script>
</body>
</html>
<!-- <a target="blank" href="https://en.wikipedia.org/wiki/">
<div class="box col-md-2">
<span class="title">names[i]</span><br>
info[i]
</div>
</a> -->