Last active
September 25, 2018 07:49
-
-
Save sezemiadmin/a1fe1ed16dfab0d5e6e4b568ecb8f00c to your computer and use it in GitHub Desktop.
今日わかるAWSサーバ構築入門 のサンプルコード
This file contains hidden or 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
<html> | |
<head> | |
<title>test page nv16.</title> | |
</head> | |
<body> | |
<h1>Hello AWS</h1> | |
</body> | |
</html> |
This file contains hidden or 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
<html> | |
<head> | |
<meta http-equiv="Cotent-type" content="text/html; charset=UFT-8"> | |
<title>Transrate by Watson.</title> | |
<style type="text/css"> | |
body{ margin:50;padding:50; } | |
button{ width: 100px} | |
</style> | |
</head> | |
<body> | |
<form actiton="https://wtsn-trnsltr.mybluemix.net/" method="post"> | |
<b>Watson Translator</b><br> | |
<input type="text" name="transwords" size="80" value=""><br><br> | |
<button type="submit">翻訳する</button> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment