This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" ng-app="gamethemesongs"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content="Game Theme Songs"> | |
<meta name="author" content="GameThemeSongs"> | |
<title>GameThemeSongs</title> | |
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> | |
<link href="/restazero/loading-bar.min.css" rel="stylesheet"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>Markdown for restazero</title> | |
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript"> | |
$(function(){ | |
var pathname = location.pathname; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html ng-app="doge"> | |
<head> | |
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular.min.js" type="text/javascript" charset="utf-8"></script> | |
<script type="text/javascript" charset="utf-8"> | |
angular | |
.module("doge", []) | |
.controller("Ctrl", function($scope){ | |
$scope.url = "http://dogr.io/veryrestazero"+(location.pathname || "/")+".png" | |
}); | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>Python(ish)</title> | |
<link rel="stylesheet" type="text/css" media="all" href="http://www.skulpt.org/static/codemirror.css"/> | |
<link rel="stylesheet" type="text/css" media="all" href="http://www.skulpt.org/static/solarized.css"/> | |
<link rel="stylesheet" type="text/css" media="all" href="http://www.skulpt.org/static/main.css"/> | |
<style> | |
.CodeMirror{ | |
height: auto !important; |