Stack Kit2

その他の埋め込み機能のページ

Calc
Calc
Memo
Memo
Draw
Draw
ToDo
ToDo
連絡帳
連絡帳
ログアウト
ログアウト
アカウント
アカウント

<!DOCTYPE html>

<html lang="ja">

<head>

<meta charset="UTF-8">

<style type="text/css">

body { font-family: sans-serif; }

body::-webkit-scrollbar { display: none; }

a { text-decoration: none; }

iframe { width: 100%; }

</style>

</head>

<body>

<input type="button" value="<" onclick="history.back()">

<input type="button" value=">" onclick="history.forward()">

<button type="button" value="Open" onClick="window.open('###ここにリンクを貼り付けます###')">📖</button>

<font size="2" color="lightslategray">※iPhone/iPad/Safariでは<>ボタンは動きません。📖をクリックしタブに開いてご利用下さい。</font>

<iframe src="###ここにリンクを貼り付けます###" width="640" height="640" frameborder="0" name="なまえ" marginwidth="3" marginheight="3">なまえ</iframe>

</body>

</html>