Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions b.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-55886101-1', 'auto');
ga('send', 'pageview');
15 changes: 1 addition & 14 deletions code.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
</ul><br>
<div class="content">
<head>
<style>
table{
border:1px solid black;
}
</style>
</head>

Cool, now we have a basic calculator. How can we turn this up to eleven and make a computer?<br>
Expand Down Expand Up @@ -83,15 +78,7 @@
<br>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-55886101-1', 'auto');
ga('send', 'pageview');

<script src="b.js">
</script>
<font size=2><a href="https://www.github.com/r0nk/simplecpu">source code</a> - <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AVU3S9FB4BMCY&lc=US&item_name=Simple%20CPU&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">donate</a> - <a href="mailto:r00nk@simplecpu.com">contact</a></font>
</body>
Expand Down
4 changes: 3 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
that's no easy feat due to all the different files, let's just keep
it here. */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,300);

table{
border:1px solid black;
}
body {
font: 16px "Open Sans", "Helvetica Neue", helvetica, sans-serif;
font-weight: normal;
Expand Down