travis-web/public/index.html
2012-06-25 23:58:27 +02:00

19 lines
503 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<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/mocks.js"></script>
<script src="javascripts/application.js"></script>
<script>
minispade.require('app')
Travis.initialize()
</script>
</head>
<body>
</body>
</html>