-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (15 loc) · 777 Bytes
/
index.html
File metadata and controls
16 lines (15 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Javascript Roulette</title>
<meta name="title" content="Javascript Roulette">
<meta name="description" content="A fully functioning roulette game made using Javascript and CSS">
<meta name="author" content="ozboware">
<meta property="og:url" content="/">
<meta property="og:title" content="Javascript Roulette">
<meta property="og:description" content="A fully functioning roulette game made using Javascript and CSS">
<link href="./assets/css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<script src="./assets/js/app.js"></script>
</body>