-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogram.html
64 lines (43 loc) · 2.23 KB
/
program.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Schedule and Presentations for AEGIS 2023</title>
<!-- <script src="https://cdn.bootcss.com/valine/1.4.4/Valine.min.js"></script> -->
<link rel="stylesheet" href="./css/arknights.css">
<!-- <link rel="stylesheet" href="https://cdn.bootcss.com/highlight.js/9.18.1/styles/atom-one-dark-reasonable.min.css"> -->
<meta name="generator" content="Hexo 4.2.1">
<link rel="alternate" href="./atom.xml" title="AEGIS Webinar" type="application/atom+xml">
<!-- <link rel="stylesheet" href="./css/prism.css" type="text./css"> -->
<!-- <link rel="stylesheet" href="./css/prism-line-numbers.css" type="text./css"> -->
</head>
<body>
<header>
<nav>
<a href="./">Home</a>
<a href="./cfp.html">Call for...</a>
<a href="./program.html">Program</a>
<a href="./past.html">Past Symposia</a>
<a href="./pastpresenters.html">Past Presenters</a>
<!-- <a href="https://github.com/aegis-readers/aegis-readers.github.io" target="_blank" rel="noopener">Github</a> -->
</nav>
</header>
<main>
<article>
<div align="center">
<h1 >The 3rd AEGIS Symposium on Cyber Security (2024)</h1>
<!-- <h2> 2023 - 2024 (Online)</h2> -->
<p>We are still working on the presentations for this year. Please sit tight.</p>
</div>
<!-- <div align="center">
<iframe src="https://calendar.google.com/calendar/embed?height=312&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FShanghai&src=czRydWR0ZDVsNjYwcGZzNWwzb2Z0anJ0ZzBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%238E24AA&mode=MONTH&showPrint=0&showDate=0&title=AEGIS%20Webinar%20Schedule" style="border:solid 1px #777" width="100%" height="312" frameborder="0" scrolling="no"></iframe>
</div> -->
</article>
<!-- <aside>
</aside> -->
</main>
<canvas id="canvas-dust"></canvas>
<script src="./js/arknights.js"></script>
</body>
</html>