-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem-3.html
More file actions
20 lines (18 loc) · 747 Bytes
/
item-3.html
File metadata and controls
20 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>
<div class="cd-fold-content single-page">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf2ZyPP92GuizDRwkvsBZuNItA8crIksT9jg3IpFPLjc-43ZQ/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>