Skip to content

Instantly share code, notes, and snippets.

@Shono1207
Last active January 23, 2018 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shono1207/d176b5a7af86bba57ad2c0336e854c14 to your computer and use it in GitHub Desktop.
Save Shono1207/d176b5a7af86bba57ad2c0336e854c14 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="Test.css">
<title>受講者名は?</title>
</head>
<body>
<h1>受講者名は?</h1>
<input type="text" id="user-name" size="40" maxlength="20">
<button id="assessment">確定する</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.getElementById(id)){js=d.createElement(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="Test.js"></script>
<p>名前を入力してください</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment