https://bakkesmod.com/

Submitted URL:
https://bakkesmod.com
Report Finished:

The outgoing links identified from the page

LinkText
https://bakkesplugins.comPlugins
https://www.patreon.com/bakkesmodPatreon

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
jQuery11240796664861786545object

Console log messages · 0 found

Messages logged to the web console

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="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <!-- <meta name="description" content="">
    <meta name="author" content=""> -->
   <meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

    <title>BakkesMod</title>
    <meta name="description" content="The official website for the BakkesMod Rocket League mod. BakkesMod adds tons of quality of life features and plugins to Rocket League!">
    <!-- Bootstrap core CSS -->
    <link href="/css/bootstrap.min.css" rel="stylesheet">

    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <link href="/css/ie10-viewport-bug-workaround.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="/starter-template.css" rel="stylesheet">
  </head>
  <body>

  

    <nav class="navbar navbar-inverse navbar-fixed-top">
      <div class="container">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
            <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="#">Bakkesmod</a>
        </div>
        <div id="navbar" class="collapse navbar-collapse">
          <ul class="nav navbar-nav">
            <li><a href="/index.php">Home</a></li>
            <li><a href="/download.php">Download</a></li>
			<li><a href="/sdk.php">BakkesMod SDK</a></li>
			<li><a href="https://bakkesplugins.com">Plugins</a></li>
            <li><a href="/wiki.php">Wiki</a></li>
			<li><a href="https://www.patreon.com/bakkesmod">Patreon</a></li>
			<li><a href="/donate.php">Donate</a></li>
			<!--- <li><a href="http://workshop.bakkesmod.com/maps">Training workshop</a></li> -->
          </ul>
        </div><!--/.nav-collapse -->
      </div>
    </nav>

    <div class="container">




      <div class="starter-template">
        <h1>BakkesMod Rocket League trainer</h1>
        <p class="lead">A mod aimed at making you better at Rocket League!</p>
		
		<a href="/download.php">
		<button type="button" class="btn btn-default btn-lg">
		  <span style="top:3px;" class="dlbutton glyphicon glyphicon-arrow-down" aria-hidden="true"></span> Download now
		</button>
		</a>
      </div>

    </div> 
 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="js/bootstrap.min.js"></script>
	<script>
	$(document).ready(function() {

		$('.navbar-nav a[href="'+location.href+'"]').parents('li').addClass('active');

	});
	</script>
  
</body></html>