Delete test docs folder

This commit is contained in:
Angelos Chalaris
2018-09-25 20:39:08 +03:00
parent 3d7e921324
commit 692da9d671
2 changed files with 0 additions and 24 deletions

View File

@ -1 +0,0 @@
test.30secondsofcode.org

View File

@ -1,23 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style.css">
<title>Test - 30 seconds of code</title>
<meta charset="utf-8">
<meta name="description" content="Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.">
<meta name="keywords" content="javascript, snippets, code, programming">
<meta name="author" content="Angelos Chalaris (chalarangelo@gmail.com)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#111">
<meta property="og:title" content="30 seconds of code">
<meta property="og:description" content="Curated collection of useful Javascript snippets that you can understand in 30 seconds or less." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://30secondsofcode.org/logos/logo_512.png">
<link rel="icon" type="image/png" href="./logos/logo_128.png">
<link rel="manifest" href="manifest.json">
</head>
<body>
<h2>Oops!</h2>
<p>Sorry if you are seeing this, we are testing something out! You should click <a href="https://30secondsofcode.org">here</a> to go back to the main website...</p>
</body>
</html>