Skip to content

Instantly share code, notes, and snippets.

@tejainece
Created January 16, 2018 21:36
Show Gist options
  • Save tejainece/6d6a36667b8f19a0f392b1d2c642ce6a to your computer and use it in GitHub Desktop.
Save tejainece/6d6a36667b8f19a0f392b1d2c642ce6a to your computer and use it in GitHub Desktop.
Sample file to showcase Jaguar's serve
<html>
<head>
<title>Jaguar</title>
<style>
#title-holder {
width: 100%;
text-align: center;
}
</style>
</head>
<body>
<h1 id="title-holder">Jaguar.dart</h1>
<div>Simple. Fast. Extensible</div>
<a href="https://jaguar-dart.github.io">Visit us at https://jaguar-dart.github.io</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment