Skip to content

Commit 27123d8

Browse files
committed
zz
1 parent b7db8e9 commit 27123d8

22 files changed

+11
-38
lines changed

docs/public/talks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1 class="menu-title"><a href="./index.html">book title</a></h1>
135135

136136
<h1>凹语言分享</h1>
137137
<ul>
138-
<li><a href="./ssa-bug.html">凹语言map与Φ指令的纠葛</a></li>
138+
<li><a href="./ssa-bug">凹语言map与Φ指令的纠葛</a></li>
139139
</ul>
140140

141141

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/public/talks/ssa-bug.html renamed to docs/public/talks/ssa-bug/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
<head>
44
<title>凹语言map与Φ指令的纠葛</title>
55
<meta charset='utf-8'>
6+
7+
<meta name="mobile-web-app-capable" content="yes">
8+
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
9+
10+
<link rel="stylesheet" href="../static/present/font.css">
11+
<link rel="stylesheet" href="../static/present/styles.css">
12+
613
<script>
714
var notesEnabled = false ;
815
</script>
9-
<script src='./static/present/slides.js'></script>
16+
<script src='../static/present/slides.js'></script>
1017

1118

1219
</head>

0 commit comments

Comments
 (0)