Last active
July 3, 2024 02:09
-
-
Save terkel/5873768 to your computer and use it in GitHub Desktop.
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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <meta http-equiv="Content-Style-Type" content="text/css" /> | |
| <meta http-equiv="Content-Script-Type" content="text/javascript" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="initial-scale=1" /> | |
| <meta name="description" content="" /> | |
| <title>Untitled</title> | |
| <link rel="stylesheet" type="text/css" href="./css/main.css" /> | |
| </head> | |
| <body> | |
| <div class="page-header" role="banner"> | |
| <h1 class="site-logo"></h1> | |
| <div class="primary-nav" role="navigation"></div> | |
| </div> | |
| <div class="page-main" role="main"></div> | |
| <div class="page-sidebar" role="complementary"></div> | |
| <div class="page-footer" role="contentinfo"> | |
| <small class="copyright">Copyright © 2013</small> | |
| </div> | |
| <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
| <script type="text/javascript" src="./js/plugins.js"></script> | |
| <script type="text/javascript" src="./js/main.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment