Skip to content

Commit

Permalink
added font awesome and bootstrap ref
Browse files Browse the repository at this point in the history
  • Loading branch information
shiya committed Oct 19, 2015
1 parent 23981c5 commit 015ee8b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
<head>
<meta charset="utf-8">

<title>reveal.js - The HTML Presentation Framework</title>
<title></title>

<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="author" content="Shiya Luo">

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
Expand All @@ -17,6 +16,12 @@
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/white.css" id="theme">

<!-- font awesome -->
<link rel="stylesheet" href="http://www.shiyaluo.com/assets/font-awesome/4.4.0/css/font-awesome.min.css">

<!-- bootstrap -->
<link rel="stylesheet" href="http://shiyaluo.com/assets/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">

Expand Down

0 comments on commit 015ee8b

Please sign in to comment.