javascript:brython

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
javascript:brython [2019/09/05 01:29] ともやんjavascript:brython [2020/04/16 04:04] (現在) ともやん
行 1: 行 1:
-====== Brython - クライアントサイドの Web プログラミング用 Python 3 の実装 ====== 
 <html> <html>
-<style> +  <style> 
-#brython_logo { +    @font-face { 
-    background-color: #0f1b07+      font-family: 'libra_bt'; 
-    width135px+      src: url(/fonts/libra_bt.ttf); 
-} +    } 
-</style> +    #brython_logo { 
-<div id="brython_logo"> +      background-color: #e0ddde
-</html> +      color#2a4494
-{{:javascript:brython_logo.png?135|Brython Logo}}\\ +      text-decoration: none; 
-<html> +      font-family: libra_bt; 
-</div>+      font-size: 3em; 
 +      width: fit-content; 
 +      padding0 10px; 
 +    } 
 +    #brython_logo p { 
 +      margin: 0; 
 +    
 +  </style>
 </html> </html>
 +====== Brython - クライアントサイドの Web プログラミング用 Python 3 の実装 ======
 +<WRAP #brython_logo>
 +Brython
 +</WRAP>
 本家: [[https://brython.info|Brython]]\\ 本家: [[https://brython.info|Brython]]\\
 ソースコード: [[https://github.com/brython-dev/brython|GitHub - brython-dev/brython: Brython (Browser Python) is an implementation of Python 3 running in the browser]]\\ ソースコード: [[https://github.com/brython-dev/brython|GitHub - brython-dev/brython: Brython (Browser Python) is an implementation of Python 3 running in the browser]]\\
  • javascript/brython.1567614564.txt.gz
  • 最終更新: 2019/09/05 01:29
  • by ともやん