Skip to content

Commit

Permalink
feat: update babel, webpack and chance dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zyhou committed Jan 27, 2020
1 parent b3e30df commit 69b6567
Show file tree
Hide file tree
Showing 5 changed files with 7,129 additions and 4,911 deletions.
7 changes: 0 additions & 7 deletions examples/basic/basic.css

This file was deleted.

46 changes: 21 additions & 25 deletions examples/basic/index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>gremlins</title>
</head>

<head>
<meta charset="utf-8">
<title>gremlins</title>
</head>
<body>
<input type="text" name="firstname" />
<input type="number" name="age" />
<input type="email" name="email" />

<body>
<input type="text" name="firstname" />
<input type="number" name="age" />
<input type="email" name="email" />

<select name="gender">
<option value=""></option>
<option value="other">Other</option>
<option value="male">Male</option>
<option value="female">Female</option>
</select>

<br />
<input type="radio" name="newsletter" value="0" />Yes
<input type="radio" name="newsletter" value="1" />No
<br />
<input type="radio" name="spam" value="0" />Yes
<input type="radio" name="spam" value="1" />No
<input type="radio" name="spam" value="2" />Maybe
<br />
</body>
<select name="gender">
<option value=""></option>
<option value="other">Other</option>
<option value="male">Male</option>
<option value="female">Female</option>
</select>

<br />
<input type="radio" name="newsletter" value="0" />Yes <input type="radio" name="newsletter" value="1" />No
<br />
<input type="radio" name="spam" value="0" />Yes <input type="radio" name="spam" value="1" />No
<input type="radio" name="spam" value="2" />Maybe
<br />
</body>
</html>

0 comments on commit 69b6567

Please sign in to comment.