-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem-1.html
More file actions
24 lines (18 loc) · 804 Bytes
/
item-1.html
File metadata and controls
24 lines (18 loc) · 804 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="custom/register.css">
<title>3D Folding Panel</title>
</head>
<body style="margin:0;">
<div class="cd-fold-content single-page" id="fullbody">
<iframe id="theone" src="https://docs.google.com/forms/d/e/1FAIpQLSd8WYH5XyO18OrXkJoKiYiZcz3EQbtSN89O10vXpoFlCz0iJg/viewform?embedded=true" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<script src="custom/main.js"></script>
<script src="includes/modernizr.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</body>
<!-- Resource jQuery -->
</html>