[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 / index.html
386 B 24 lines
1<!DOCTYPE html> 2<html> 3 4<head> 5 <meta charset="utf-8"> 6 <title>Playground | KH</title> 7</head> 8 9<body> 10 <a href="/css">CSS</a> 11 <br> 12 <a href="/jquery1">jQuery 1</a> 13 <br> 14 <a href="/jquery2">jQuery 2</a> 15 <br> 16 <a href="/jquery3">jQuery 3</a> 17 <br> 18 <a href="/js1">JavaScript 1</a> 19 <br> 20 <a href="/js2">JavaScript 2</a> 21 <br> 22 <a href="/countdown">Countdown</a> 23</body> 24</html>