Skip to content

Instantly share code, notes, and snippets.

@mnpappo
mnpappo / index
Created December 7, 2015 05:28
Class work
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Site title</title>
<script type="text/javascript">
function getRandom() {
return Math.floor(Math.random() * 100);
}