2019-01-13 22:00:30 +00:00
|
|
|
<!doctype html>
|
2019-01-13 17:42:48 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2019-01-13 22:00:30 +00:00
|
|
|
<meta charset="utf-8">
|
2019-01-13 17:42:48 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-01-13 22:55:07 +00:00
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
2019-01-13 17:42:48 +00:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
|
|
<title>Sign up</title>
|
|
|
|
</head>
|
|
|
|
</html>
|