remove needless metadata from math plugin example

This commit is contained in:
Hakim El Hattab 2013-08-20 09:10:26 -04:00
parent f56a10b9ff
commit 5cd088cec3
1 changed files with 1 additions and 14 deletions

View File

@ -4,25 +4,12 @@
<head>
<meta charset="utf-8">
<title>reveal.js - The HTML Presentation Framework</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>reveal.js - Math Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="../css/theme/night.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="../lib/css/zenburn.css">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>