[READ-ONLY] Mirror of https://github.com/shuuji3/javascript-info-playground.
0

Configure Feed

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

367 B 14 lines
1<!doctype html> 2<html lang="ja"> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" 6 content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 8 <title>ifelse</title> 9 <script src="dist/ifelse.js"></script> 10</head> 11<body> 12 13</body> 14</html>