Skip to content

Instantly share code, notes, and snippets.

View eddicke's full-sized avatar

eddicke

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Quiz app</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/quiz.css">
@eddicke
eddicke / index.html
Last active February 28, 2017 02:57 — forked from anonymous/index.html
Quiz app// source http://jsbin.com/caxukokezu
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> CFCs quiz-game</title>
<meta name="description" content="">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/quiz.css">
@eddicke
eddicke / index.html
Last active February 28, 2017 01:25 — forked from anonymous/index.html
Quiz app// source http://jsbin.com/duluveyejo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Quiz app</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/quiz.css">
@eddicke
eddicke / index.html
Created February 28, 2017 01:14 — forked from anonymous/index.html
Quiz app // source http://jsbin.com/vewariwahu
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Quiz app</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/quiz.css">