[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 / css / index.html
253 B 17 lines
1<!DOCTYPE html> 2<html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS | KH Playground</title> 6 <link rel="stylesheet" href="main.css"> 7</head> 8 9 10 11<body> 12 <div> 13 <h1>TEXT</h1> 14 <p>TEXT</p> 15 </div> 16</body> 17</html>