https://codewith.mu/

Submitted URL:
https://codewith.mu/
Report Finished:

The outgoing links identified from the page

LinkText
http://ntoll.org/Nicholas H.Tollervey
http://creativecommons.org/licenses/by-nc-sa/4.0/Creative Commons by-nc-sa 4.0 International License

JavaScript Variables · 6 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
jQuery110200974679104542997object

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://codewith.mu/assets/themes/mu/fonts/glyphicons-halflings-regular.woff2
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="norton-safeweb-site-verification" content="1zcsne-iemsx3stdc2wt4xq0-020puow4-uj5bjstzudqn8zu406csvp-qy2d31gces1c9lz-k-hb7cj74zh-aouf0-jmzv39rdsvb1i-z3o6e7pllxmkbkqhcw8m629">

    <title>Code With Mu</title>
    
    <meta name="author" content="Nicholas H.Tollervey">

    <!-- Enable responsive viewport -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <!-- Bootstrap styles -->
    <link href="/assets/themes/mu/css/bootstrap.min.css" rel="stylesheet">
    <!-- Optional theme -->
    <link href="/assets/themes/mu/css/bootstrap-theme.min.css" rel="stylesheet">
    <!-- Sticky Footer -->
    <link href="/assets/themes/mu/css/bs-sticky-footer.css" rel="stylesheet">
    
    <!-- Custom styles -->
    <link href="/assets/themes/mu/css/style.css" rel="stylesheet" type="text/css" media="all">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    <![endif]-->

    <!-- Fav and touch icons -->
    <!-- Update these with your own images
      <link rel="shortcut icon" href="images/favicon.ico">
      <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
      <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
      <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
    -->
  </head>

  <body style="">
      
            <nav class="navbar navbar-default navbar-fixed-top">
      <div class="container">
          <div class="navbar-header">
              <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
              <span class="sr-only">Toggle navigation</span>
              <span class="icon-bar"></span>
              <span class="icon-bar"></span>
              <span class="icon-bar"></span>
              </button>
              <a class="navbar-brand" href="/en">
                <img class="brand" alt="Mu Logo" src="/img/brand.png">
              </a>
          </div>
          <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
              <ul class="nav navbar-nav">
                  <li><a href="/en/download">Download</a></li>
                  <li><a href="/en/about">About</a></li>
                  <li><a href="/en/tutorials/1.2/">Tutorials</a></li>
                  <li><a href="/en/howto/1.2/">How to..?</a></li>
                  <li><a href="/en/discuss">Discuss</a></li>
                  <li><a href="/en/developers">Developers</a></li>
                  <li class="dropdown">
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Language<span class="caret"></span></a>
                      <ul class="dropdown-menu">
                        <li><a href="/en/">English</a></li>
<li><a href="/es/">Español</a></li>

                      </ul>
                  </li>
              </ul>
          </div>
      </div>
    </nav>

      
      <div class="container">
        <div class="row text-center">
    <h2><strong>Code with Mu:</strong>
    a simple Python editor for beginner programmers.
    </h2>
</div>
<div class="row text-center">
    <p>
    <a class="btn btn-lg btn-success" href="/en/download" role="button">Download</a>
    <a class="btn btn-lg btn-primary" href="/en/about" role="button">Start Here</a>
    </p>
</div>

<div class="row">
  <img src="/img/en/mu.gif" alt="Hello Mu" class="img-responsive center-block img-rounded movie">
</div>

      </div>

      <div id="footer">
        <div class="container footer">
          <p>© 2023
          <a href="http://ntoll.org/" target="_blank">Nicholas H.Tollervey</a>.
          Mu wouldn't be possible without
          <a href="/en/thanks">these people</a>.
          <span class="glyphicon glyphicon-heart" aria-hidden="true" style="color: #c93827;"></span>
          <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"></a>
          This site is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">Creative Commons by-nc-sa 4.0 International License</a>.
          </p>
        </div>
      </div>
      <!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
      <!-- Placed at the end of the document so the pages load faster -->
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
      <script src="/assets/themes/mu/js/bootstrap.min.js"></script>

      
  


</body></html>