Browse Source

update index.html to match README.md

Former-commit-id: 460f085f513a009e468a9894f0b566fad1dee348
Daniele Panozzo 10 years ago
parent
commit
9d9d51c99a
1 changed files with 17 additions and 0 deletions
  1. 17 0
      index.html

+ 17 - 0
index.html

@@ -1,3 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="utf-8"/>
+	<title>libigl</title>
+	<meta name="author" content="Alec Jacobson and Daniele Panozzo and others"/>
+	<link type="text/css" rel="stylesheet" href="tutorial/style.css"/>
+<script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<link rel='stylesheet' href='http://yandex.st/highlightjs/7.3/styles/default.min.css'>
+<script src='http://yandex.st/highlightjs/7.3/highlight.min.js'></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head>
+<body>
+
 <h1 id="libigl-asimplecgeometryprocessinglibrary">libigl - A simple C++ geometry processing library</h1>
 
 <figure>
@@ -136,3 +150,6 @@ Takayama, Leo Sacht, Wenzel Jacob, Nico Pietroni, Amir Vaxman</p>
 <figure>
 <img src="tutorial/images/libigl-logo.jpg" alt="" />
 </figure>
+
+</body>
+</html>