Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created April 4, 2010 17:58
Show Gist options
  • Save aborruso/355568 to your computer and use it in GitHub Desktop.
Save aborruso/355568 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ex="http://simile.mit.edu/2006/11/exhibit#">
<head>
<title>My Exhibit's Title</title>
<link href="my-data.js" type="application/json" rel="exhibit/data" />
<script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js"
type="text/javascript"></script>
<style>
/* Override styles here */
</style>
</head>
<body>
<table width="100%">
<tr valign="top">
<td width="25%">
<!-- facets:
<div ex:role="facet" ex:expression=".property"></div>
-->
</td>
<td>
<div ex:role="view"></div>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment