-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacgCoffeetest.html
79 lines (70 loc) · 2.6 KB
/
acgCoffeetest.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width = device-width, initial-scale = 1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Wang-Wei Yu</title>
<!-- reset -->
<link rel="stylesheet" href="./css/reset.css">
<!-- public -->
<link rel="stylesheet" href="./css/base.css">
<!-- current -->
<link rel="stylesheet" href="./css/ACGCoffee.css">
<!-- font -->
<link rel="icon" href="./pic/favicon.ico">
<!-- Js -->
<script src="./js/app.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</html>
<body>
<body>
<div class="topbar-wrapper">
<div class="topbar w clearfix">
<nav class="nav-button">
<div class="bg"></div>
<button class="button"></button>
</nav>
<ul class="service">
<li><a href="./index.html">Wang-Wei Yu</a></li>
</ul>
<ul class="service1">
<li><a href="./me.html">About Me</a></li>
<li class="line">|</li>
<li><a href="./CV.html">CV</a></li>
<li class="line">|</li>
<li><a href="./reseach.html">Reseach</a></li>
<li class="line">|</li>
<li><a href="./publications.html">Publications</a></li>
<li class="line">|</li>
<li><a href="./seminars.html">Seminars</a></li>
<li class="line">|</li>
<li><a id="current" href="./acgCoffee.html">ACG Coffee</a></li>
</ul>
</div>
</div>
<div class="webcover w">
<img src="./pic/Le_Moulin_de_la_Galette.jpg" alt="blackboard" width="42" height="42">
</div>
</body>
<div class="window">
<div class="fp clearfix">
<div class="mainTitle">
<h1>ACG Coffee</h1>
<h2>"A" for Astrophysics & "C" for Cosmology & "G" for Gravity</h2>
<h3>Date: 26 Sep., 2023</h3>
<h4><a href="./acgCoffeeList.html">For more</a></h4>
</div>
<div class="ArXiv">
<h1>arXiv I interested everyday</h1>
<h2><a href="https://arxiv.org/abs/">[ArXiv:]</a></h2>
<h3>by <i></i> et al. </h3>
<p>
</p>
<div>
<div>
</div>
<a style="display: none; font-size: 40px;" href = "javascript:;" class="backToTop" title="Back to Top" id="backToTop"> ⇪ </a>
</body>
</html>