summaryrefslogtreecommitdiff
path: root/input-lag/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2020-03-28 10:31:08 -0700
committers1n <[email protected]>2020-03-28 10:31:08 -0700
commit6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch)
tree74bb9aa78ca31a6acfffd908e34dfb0df433c707 /input-lag/index.html
parentCreate .gitignore (diff)
downloadcyne.cf-backup-6b81836e6b9815a2996a55ad37dcaa4d89f99e42.tar.xz
cyne.cf-backup-6b81836e6b9815a2996a55ad37dcaa4d89f99e42.zip
3/28/2020, 10:30HEADmaster
Diffstat (limited to 'input-lag/index.html')
-rw-r--r--input-lag/index.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/input-lag/index.html b/input-lag/index.html
new file mode 100644
index 0000000..c06358a
--- /dev/null
+++ b/input-lag/index.html
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>s1nical - Input Lag</title>
+ <!-- Site metadata -->
+ <meta name="description" content="Input Lag Simulation">
+ <meta property="og:description" content="Input Lag Simulation">
+ <meta property="og:title" content="s1nical - Input Lag">
+ <meta property="twitter:card" content="summary">
+ <meta property="twitter:site" content="@9inny">
+ <meta property="og:image" content="">
+ <meta property="og:url" content="https://cyne.cf/input-lag">
+ <link rel="apple-touch-icon" sizes="128x128" href="/favicon.jpg">
+ <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128">
+ <link rel="canonical" href="https://cyne.cf/input-lag">
+ <link rel="author" href="humans.txt" />
+ <!-- Schema.org Stuff -->
+ <script type="application/ld+json">
+ {
+ "name": "s1nical",
+ "alternateName": "s1n",
+ "description": "Input Lag Simulation",
+ "headline": "Input Lag Simulation",
+ "url": "https://cyne.cf/input-lag",
+ "image": "",
+ "sameAs": [
+ "https://twitter.com/9inny",
+ "https://github.com/8cy",
+ "https://www.reddit.com/user/s1nical/"
+ ],
+ "publisher": {
+ "@type": "Organization",
+ "logo": {
+ "@type": "ImageObject",
+ "url": ""
+ }
+ },
+ "@type": "WebSite",
+ "@context": "http://schema.org"
+ }
+ </script>
+ <!-- CSS Links -->
+ <link rel="stylesheet" href="/input-lag/css/main.css">
+ <!-- External Libraries -->
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
+</head>
+
+ <body>
+ <script src="/input-lag/js/main.js"></script>
+ </body>
+
+</html> \ No newline at end of file