-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:url" content="http://www.victorribeiro.com/monteCarlo" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Monte Carlo Method" />
<meta property="og:author" content="Victor Ribeiro" />
<meta property="og:description" content="Method Carlo Method to calculate area of image" />
<meta property="og:image" content="http://www.victorribeiro.com/monteCarlo/screeshot.png" />
<meta property="og:image:width" content="332" />
<meta property="og:image:height" content="586" />
<title> Monte Carlo Method </title>
<link rel="manifest" href="manifest.json" />
<link rel="stylesheet" href="css/main.css" />
<link rel="icon" href="favicon.png" sizes="256x256"/>
<link rel="apple-touch-icon" href="favicon.png" />
</head>
<body>
<script src="js/aux.js"></script>
<script src="js/main.js"></script>
<div id="main"> Loading... </div>
</body>
</html>