forked from progedu/assessment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6412852
commit ef957c2
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<link rel="stylesheet" href="assessment.css"> | ||
<title>An assessment of your good points</title> | ||
</head> | ||
<h1>What is your good points?</h1> | ||
<p>Please enter your name</p> | ||
<input type="text" id="user-name" size="40" maxlength="20"> | ||
<button id="assessment">Assesment</button> | ||
<div id="result-area"></div> | ||
<div id="tweet-area"> | ||
<script> | ||
!function(d,s,id>{ | ||
var js, fjs=d.getElementsByTagName(s)[0], p=/^http:/.test(d.location)?'http':'https'; | ||
if(!d.getElementsById(id)){ | ||
js=d.createElements(s); | ||
js.id=id; | ||
js.src=p+'://platform.twitter.com/widgets.js'; | ||
fjs.parentNode.insertBefore(js,fjs); | ||
} | ||
} | ||
(document, 'script', 'twitter-wjs'); | ||
</script> | ||
</div> | ||
<script src="assessment.js"></script> | ||
</html> |