travis-web/public/index.html
2012-09-29 23:43:06 +02:00

21 lines
596 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
<title>Travis CI - Distributed Continuous Integration Platform for the Open Source Community</title>
<link rel="stylesheet" href="/stylesheets/application.css">
<script src="/javascripts/vendor.js"></script>
<script src="/javascripts/application.js"></script>
<script>
// minispade.require('mocks')
minispade.require('app')
$(function() {
Travis.run()
});
</script>
</head>
<body id="home"></body>
</html>