travis-web/assets/index.html.erb
2012-06-22 03:18:07 +02:00

18 lines
445 B
Plaintext

<!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/application.js"></script>
<script>
minispade.require('app')
</script>
</head>
<body>
<%= 'FOO' %>
</body>
</html>