travis-web/public/index.html
2012-10-03 13:29:50 +02:00

19 lines
610 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travis CI - Distributed Continuous Integration Platform for the Open Source Community</title>
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="stylesheet" href="/stylesheets/application.css">
<script src="/javascripts/application.js"></script>
<script>
minispade.require('app')
Travis.run()
</script>
</head>
<body id="home"></body>
</html>