Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<html>
<title>
Coventry Codio signup
</title>
<body>
<div style="width:90%;font-family: 'Helvetica'; margin:auto">
<div class="fit">
We use codio.co.uk
</div><br>
<div class="fit">
<b>Not</b> codio.com
</div>
<br><br><br><br><br><br>
<div class="fit">
Use an email ending in
</div><br>
<div class="fit">
@coventry.ac.uk
</div><br>
<div class="fit">
<b>Not</b> @uni.coventry.ac.uk
</div><br>
<div class="fit">
<b>Not</b> @cucollege.coventry.ac.uk
</div><br>
<div class="fit">
<b>Not</b> a personal account
</div>
<br><br><br><br><br><br>
<div style="width:50%;float: right;">
<button class="fit" onclick="go()">I understand</button>
</div>
</div>
<script src="fitty.min.js"></script>
<script>
fitty('.fit', {multiLine: true, maxSize: 60})
function go()
{
const params = window.location.search;
window.location.href = "https://codio.co.uk/p/join-course" + params;
}
</script>
</body>
</html>