mirror of
https://github.com/codeninjasuk/dojo.git
synced 2024-11-22 15:37:51 -05:00
31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Expires" content="0">
|
|
<title>CN Langley | Dojo</title>
|
|
<!--<base href="/">--><base href=".">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/png" href="https://impact.codeninjas.com/favicon.ico">
|
|
<meta name="theme-color" content="#1976d2">
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/other.css">
|
|
<link rel="stylesheet" href="/css/extra.css">
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
<h1 class="title" style="margin-top: 100px;">Welcome to Code Ninjas Langley!</h1>
|
|
<h5 class="title" style="margin-top: 20px;">Choose your curriculum!</h5>
|
|
<div class="main-menu">
|
|
<div class="option">
|
|
<button data-href="https://impact.codeninjas.com/"><img class="impact-logo" src="/img/impact-logo.png" alt="Impact Logo"></button>
|
|
</div>
|
|
<div class="option">
|
|
<button href="https://dojo.code.ninja/welcome/cn-langley-brk-uk/"><img class="impact-logo" src="/img/gdp-logo.png" alt="Impact Logo"></button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="/js/fullscreen.js"></script>
|
|
</html>
|