diff options
author | Matt Strapp <strap012@umn.edu> | 2021-04-26 14:44:57 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2021-04-26 15:03:24 -0500 |
commit | 8774432f5b7e87fc9647c97022d38673f66a8b2f (patch) | |
tree | 6b93db7fc54391d79a60d3ac9ed2662e1a2b5b3c /python/dotsandboxes/static/dotsandboxes.html | |
parent | Rebase newer branch (diff) | |
download | csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.gz csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.bz2 csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.lz csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.xz csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.zst csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.zip |
Add debug configs,
Diffstat (limited to 'python/dotsandboxes/static/dotsandboxes.html')
-rw-r--r-- | python/dotsandboxes/static/dotsandboxes.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/dotsandboxes/static/dotsandboxes.html b/python/dotsandboxes/static/dotsandboxes.html index ecbcbb4..4e97508 100644 --- a/python/dotsandboxes/static/dotsandboxes.html +++ b/python/dotsandboxes/static/dotsandboxes.html @@ -2,9 +2,6 @@ <html> <html lang="en"> <meta charset="utf-8"> -<meta name="author" content="Wannes Meert"> -<meta name="description" content="Dots-and-Boxes game. Part of the Machine Learning: Project course at KU Leuven (Hendrik Blockeel, Wannes Meert)."> -<meta name="keywords" content="artificial intelligence,AI,machine learning,dots and boxes,KU Leuven"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Dots and Boxes</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> @@ -45,9 +42,6 @@ </div> </div> </div> - <div class="footer"> - <small>© <a href="https://dtai.cs.kuleuven.be">DTAI Research Group</a>, KU Leuven — <a href="https://github.com/wannesm/dotsandboxes">Source</a></small> - </div> </div> <script src="https://d3js.org/d3.v4.min.js"></script> <script src="dotsandboxes.js"></script> |