Skip to content

Commit

Permalink
chore: replace cdn.bootcss.com to lib.baomitu.com
Browse files Browse the repository at this point in the history
feat: support custom email prefix
  • Loading branch information
malaohu authored and denghongcai committed Oct 11, 2018
1 parent 059b850 commit a80cb6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="keywords" content="临时邮箱,forsaken mail,disposable mail">
<title>Forsaken Mail</title>
<link href="//cdn.bootcss.com/semantic-ui/2.1.7/semantic.min.css" rel="stylesheet">
<link href="https://lib.baomitu.com/semantic-ui/2.1.7/semantic.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/app.css">
<link rel="stylesheet" href="/css/prism.css">
</head>
Expand Down Expand Up @@ -66,10 +66,10 @@
</div>
</div>
</body>
<script src="//cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="//cdn.bootcss.com/semantic-ui/2.1.7/semantic.min.js"></script>
<script src="//cdn.bootcss.com/socket.io/1.3.7/socket.io.min.js"></script>
<script src="//cdn.bootcss.com/clipboard.js/1.5.5/clipboard.min.js"></script>
<script src="https://lib.baomitu.com/jquery/2.1.4/jquery.min.js"></script>
<script src="https://lib.baomitu.com/semantic-ui/2.1.7/semantic.min.js"></script>
<script src="https://lib.baomitu.com/socket.io/1.3.7/socket.io.min.js"></script>
<script src="https://lib.baomitu.com/clipboard.js/1.5.5/clipboard.min.js"></script>
<script src="/js/app.js"></script>
<script src="/js/prism.js"></script>
</html>

0 comments on commit a80cb6c

Please sign in to comment.