使用 8×8 ドット日本語フォント「美咲フォント」 http://littlelimit.net/misaki.htm#download
<style type="text/css">
@font-face {
font-family:'misakigothic';
src: url('misaki_gothic.eot');
src: url('misaki_gothic.woff') format('woff'),
url('misaki_gothic.ttf') format('truetype');
}
.misaki {
font-family:'misakigothic';
font-size:16px;
}
</style>
主要參考這篇 https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q11155829391
記得要先在 construct function 裡面指定 owner owner = msg.sender; Code: https://etherscan.io/address/0xec12d40b04f83f2cff3e7edc5d2d30f2b785a01a#code
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-18-04#step-3-—-installing-pm2 pm2 startup systemd pm2 save
pm2 restart app --name "new-name" --update-env
https://www.digitalocean.com/community/questions/how-to-create-subdomain-with-nginx-server-in-the-same-droplet 不過最後還是用了這個轉 port https://stackoverflow.com/questions/23649444/redirect-subdomain-to-port-nginx-flask
sudo certbot --nginx -d sub.domain.com