| <!DOCTYPE html> |
| <html lang="en"> |
| |
| <head> |
| <meta charset="UTF-8"> |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> |
| <title>Code Guide</title> |
| |
| <!-- Core JS and CSS shared by all About content --> |
| <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css"> |
| <link rel="stylesheet" href="../../shared/css/core.css"> |
| <script src="../../shared/js/highlight.pack.js"></script> |
| <script src="../../shared/js/app.js"></script> |
| <script src="../../shared/js/skipto.js"></script> |
| </head> |
| |
| <body> |
| <main> |
| <h1>Code Guide</h1> |
| |
| </main> |
| </body> |
| |
| </html> |