Skip to content

Instantly share code, notes, and snippets.

@euske
Last active February 24, 2021 04:33
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 euske/8ee6f9e3c9ebc6c3f73a686cdc4896d6 to your computer and use it in GitHub Desktop.
Save euske/8ee6f9e3c9ebc6c3f73a686cdc4896d6 to your computer and use it in GitHub Desktop.
<html><body>
<style>
body { padding-top: 1em; }
table { border-collapse: collapse; margin: 1em; }
td { padding: 6pt; border-width: 4px; }
b { font-size: 150%; }
</style>
<table border>
<tr>
<td style="width:140pt;" align=left>
<b><!-- 以下に名前を書く -->
新山 祐介
</b><br><!-- 以下にローマ字表記を書く -->
Yusuke Shinyama
</td>
<td style="width:120pt; background:#f88;" align=center>
<b>Zoom中</b><br>
Don't disturb
</td>
<td style="width:120pt; background:#8f8" align=center>
<b>いる</b><br>
Available
</td>
<td style="width:120pt; background:#ff8" align=center>
<b>もどる</b><br>
Be back
</td>
<td style="width:120pt; background:#ccc" align=center>
<b>帰った</b><br>
Gone
</td>
</tr>
</table>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment