Skip to content

Instantly share code, notes, and snippets.

@rssilva
Last active December 16, 2015 05:39
Show Gist options
  • Save rssilva/5385983 to your computer and use it in GitHub Desktop.
Save rssilva/5385983 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Teste SEM template</title>
<style type="text/css">
.employees {
list-style: none;
}
.employee-data {
list-style: none;
}
</style>
<script type="text/javascript" src="js/jquery-1.9.0.js"></script>
<script type="text/javascript" src="js/no-template-test.js"></script>
</head>
<body>
<div id="content"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment