Skip to content

Instantly share code, notes, and snippets.

@sezemiadmin
Last active September 25, 2018 07:49
Show Gist options
  • Save sezemiadmin/a1fe1ed16dfab0d5e6e4b568ecb8f00c to your computer and use it in GitHub Desktop.
Save sezemiadmin/a1fe1ed16dfab0d5e6e4b568ecb8f00c to your computer and use it in GitHub Desktop.
今日わかるAWSサーバ構築入門 のサンプルコード
<html>
<head>
<title>test page nv16.</title>
</head>
<body>
<h1>Hello AWS</h1>
</body>
</html>
<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