瀏覽代碼

minor change to placeholder page

Hakim El Hattab 11 年之前
父節點
當前提交
c03d32789d
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 1 0
      css/main.css
  2. 4 1
      index.html

+ 1 - 0
css/main.css

@@ -18,6 +18,7 @@ a {
 	color: #fff;
 	border: 2px solid rgba( 255, 255, 255, 0.5 );
 	text-decoration: none;
+	margin-left: 15px;
 }
 a:hover {
 	border-color: #fff;

+ 4 - 1
index.html

@@ -30,7 +30,10 @@
 
 			<footer>
 
-				<p class="view"><a href="https://github.com/hakimel/reveal.js">View the project on GitHub</a></p>
+				<p>
+					<a href="http://lab.hakim.se/reveal-js">Try demo</a>
+					<a href="https://github.com/hakimel/reveal.js">View source</a>
+				</p>
 
 			</footer>