[READ-ONLY] Mirror of https://github.com/probablykasper/playground. playground.kasper.space
0

Configure Feed

Select the types of activity you want to include in your feed.

playground / jquery3 / index.html
449 B 19 lines
1<!DOCTYPE html> 2<html> 3 4<head> 5 <meta charset="utf-8"> 6 <title>jQuery 2 | KH Playground</title> 7 <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> 8 <link rel="stylesheet" href="main.css"> 9</head> 10 11<body> 12 <main> 13 <img src="resources/2.png"></img> 14 </main> 15 16<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> 17<script src="main.js"></script> 18</body> 19</html>