assets/application-tutorial/index.html (14 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="GitHubCommitLogViewer.css"> <script type="text/javascript" src="./GitHubCommitLogViewer.js"></script> </head> <body> <script type="text/javascript"> new GitHubCommitLogViewer().start(); </script> </body> </html>