Commit 29923023 authored by TheTechRobo's avatar TheTechRobo
Browse files

Make noscript pages noindex

parent 7f4d1af0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
    <link href="/static/skeleton.css" rel="stylesheet" type="text/css" />
    <link href="/static/styles.css" rel="stylesheet" />

    <meta name="robots" content="noindex" />

    <style>
      .content {
        text-align: center;
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
    <link href="/static/skeleton.css" rel="stylesheet" type="text/css" />
    <link href="/static/styles.css" rel="stylesheet" />

    <meta name="robots" content="noindex" />

<style>
body {
  font-family: Ubuntu, Arial, sans-serif;
+3 −1
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
    <link href="/static/skeleton.css" rel="stylesheet" type="text/css" />
    <link href="/static/styles.css" rel="stylesheet" />

    <meta name="robots" content="noindex">

    <style>
      .content {
        text-align: center;
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
    <!-- This is a meta refresh so that the loading screen is shown while the next page is loading -->
    <!-- With a redirect, the browser will not paint until the redirect chain is complete -->
    <meta http-equiv="refresh" content="0; url=/noscript_load_thing.html?id={{id}}" />
    <meta name="robots" content="noindex" />
  </head>
  <body>
    <div class="container">