-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConcert.html
More file actions
18 lines (17 loc) · 1.21 KB
/
Concert.html
File metadata and controls
18 lines (17 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Program节目单</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" href="/images/Music/favicon.ico">
<script src="/javascript/Concert/backend.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1889527741439078"
crossorigin="anonymous"></script>
<!--Bootstrap v5 icon link-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css">
</head>
<body onload="window.location = 'https://accessretrieved.github.io/Concert_temp?useDefaultViewer=canvascrolling';">
<div style="position: relative; width: 100%; height: 0; padding-top: 141.4286%; padding-bottom: 48px; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;" src="https://www.canva.com/design/DAFJjj7INOk/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen"></iframe>
</div>
</body>
</html>