-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (18 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Javascript Clock Patience Solitaire</title>
<meta name="description" content="Complete and Playable Javascript Clock Patience Solitaire. No images, just pure vanilla. Free game to play, free to download, free to recycle.">
<meta name="author" content="ozboware">
<meta property="og:title" content="Javascript Clock Patience Solitaire">
<meta property="og:description" content="Complete and Playable Javascript Clock Patience Solitaire. No images, just pure vanilla. Free game to play, free to download, free to recycle.">
<meta property="og:image" content=""/>
<link rel="icon" href="https://avatars.githubusercontent.com/u/95859352?v=4" type="image/x-icon" />
<link href="./assets/css/carddeck.css" rel="stylesheet" type="text/css">
<link href="./assets/css/app.css" rel="stylesheet" type="text/css">
</head>
<body>
<script src="./assets/js/carddeck.js"></script>
<script src="./assets/js/app.js"></script>
</body>