|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + |
| 4 | +<head> |
| 5 | + <title>The Software Design Lab: 404 Not Found</title> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | + <script |
| 9 | + src="https://code.jquery.com/jquery-3.3.1.min.js" |
| 10 | + integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" |
| 11 | + crossorigin="anonymous"></script> |
| 12 | + <script src="/js/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> |
| 13 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> |
| 14 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> |
| 15 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
| 16 | + <link rel="stylesheet" href="/css/group.css"> |
| 17 | + <link rel="shortcut icon" href="/img/tsdl.ico" type="image/x-icon"> |
| 18 | + <link rel="stylesheet" href="/css/flipster.min.css"> |
| 19 | +</head> |
| 20 | + |
| 21 | +<body> |
| 22 | + <nav class="navbar navbar-expand-md navbar-dark bg-dark"> |
| 23 | + <div class="container" style="font-size: 1.35em !important;"> |
| 24 | + <div class="navbar-brand" style="font-size: 1.3em !important;"> |
| 25 | + <!--The Software Design Lab--> |
| 26 | + <a href="/" class=""> |
| 27 | + <img src="/img/tsdlFondosOscuros.png" alt="TESDLA" id="logo"> |
| 28 | + </a> |
| 29 | + </div> |
| 30 | + <div class="collapse navbar-collapse"> |
| 31 | + <ul class="navbar-nav ml-auto"> |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + <li class="nav-item "> |
| 36 | + <a class="nav-link" href="/"> |
| 37 | + Home |
| 38 | + </a> |
| 39 | + </li> |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + <li class="nav-item "> |
| 44 | + <a class="nav-link" href="/people.html"> |
| 45 | + People |
| 46 | + </a> |
| 47 | + </li> |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + <li class="nav-item "> |
| 52 | + <a class="nav-link" href="/teaching.html"> |
| 53 | + Teaching |
| 54 | + </a> |
| 55 | + </li> |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + <li class="nav-item "> |
| 60 | + <a class="nav-link" href="/research.html"> |
| 61 | + Research |
| 62 | + </a> |
| 63 | + </li> |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + <li class="nav-item "> |
| 68 | + <a class="nav-link" href="/development.html"> |
| 69 | + Development |
| 70 | + </a> |
| 71 | + </li> |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + <li class="nav-item "> |
| 76 | + <a class="nav-link" href="/publications.html"> |
| 77 | + Publications |
| 78 | + </a> |
| 79 | + </li> |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + <li class="nav-item "> |
| 84 | + <a class="nav-link" href="/code.html"> |
| 85 | + Code |
| 86 | + </a> |
| 87 | + </li> |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + <li class="nav-item "> |
| 92 | + <a class="nav-link" href="/contact.html"> |
| 93 | + Contact |
| 94 | + </a> |
| 95 | + </li> |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + </ul> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + </nav> |
| 103 | + <div class="container body-container" style="padding-top: 20px"> |
| 104 | + <!-- This is a bit nasty, but it basically says be a column first, and on larger screens be a spaced out row --> |
| 105 | + <p>Sorry! The server can’t find that page.</p> |
| 106 | + |
| 107 | +<p>Please consider trying to find what you need from <a href="/">the home page</a>.</p> |
| 108 | + |
| 109 | +<p>If you think something might be broken, please send an email to <a href=" mailto:[email protected]" >webmaster </a>. </p> |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + </div> |
| 114 | + <!-- /container --> |
| 115 | + |
| 116 | + <!-- Support retina images. --> |
| 117 | +</body> |
| 118 | + |
| 119 | +<script type="text/javascript" src="/js/srcset-polyfill.js"></script> |
| 120 | + |
| 121 | + |
| 122 | +</html> |
0 commit comments