-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
85 lines (44 loc) · 2.01 KB
/
404.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
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Pre-trained Text Embeddings for Enhanced Text-to-Speech Synthesis
</title>
<meta name="description" property="og:description" content="">
<meta name="apple-mobile-web-app-title" content="Pre-trained Text Embeddings for Enhanced Text-to-Speech Synthesis">
<link rel="stylesheet" href="/Taco2withBERT/assets/syntax.css">
<link rel="stylesheet" href="/Taco2withBERT/assets/primer-build.css">
<link rel="stylesheet" href="/Taco2withBERT/assets/style.css">
</head>
<body class="bg-gray">
<div id="holy" class="container-lg bg-white h-100">
<div id="header" class="px-1 bg-white">
<nav class="UnderlineNav UnderlineNav--right px-2">
<a class="UnderlineNav-actions muted-link h2" href="https://kan-bayashi.github.io/Taco2withBERT/">
Pre-trained Text Embeddings for Enhanced Text-to-Speech Synthesis
</a>
</nav>
</div>
<div role="main" id="main" class="holy-main markdown-body px-4 bg-white">
<h1>404 Page not found</h1>
</div>
<div id="side" class="pr-1 bg-white">
<aside class="pr-3">
<div id="toc" class="mb-3">
</div>
</aside>
</div>
<div id="footer" class="pt-2 pb-3 bg-white text-center">
<span class="text-small text-gray">
Powered by the
<a href="https://github.com/qqhann/hugo-primer" class="link-gray-dark">Hugo-Primer</a> theme for
<a href="https://gohugo.io" class="link-gray-dark">Hugo</a>.
</span>
</div>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });</script>
</body>
</html>