This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://code.jquery.com/jquery-1.11.0.min.js"></script> | |
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <style> | |
| table { | |
| font-size:50px; | |
| } | |
| </style> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0; color:#FFF"> | |
| <h1>Myo Hot Keys 6 </h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| # PyMedTermino | |
| # Copyright (C) 2012-2013 Jean-Baptiste LAMY | |
| # LIMICS (Laboratoire d'informatique médicale et d'ingénierie des connaissances en santé), UMR_S 1142 | |
| # University Paris 13, Sorbonne paris-Cité, Bobigny, France | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU Lesser General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <head> | |
| <link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700' rel='stylesheet' type='text/css'> | |
| <style> | |
| /* http://meyerweb.com/eric/tools/css/reset/ | |
| v2.0 | 20110126 | |
| License: none (public domain) | |
| */ | |
| html, body, div, span, applet, object, iframe, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <style> | |
| body { | |
| margin:0; | |
| } | |
| </style> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0"> | |
| <img width="960" height="540" id="image" /> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| body { | |
| color:#FFF; | |
| background:#000; | |
| font-size:1.25em; | |
| } | |
| #main { | |
| background:red; | |
| } | |
| #datetime { |
OlderNewer