pdf/book-cover.html (12 lines of code) (raw):

<meta charset="utf-8"> <link rel="stylesheet" href="styles.css"> <div class="centered-wrap"> <div class="centered"> <div class="book-cover"> <img src="kotlin-logo.png" alt="" class="book-cover-image"> <h2 class="book-cover-title"> Kotlin Language Documentation <span class="version">...</span> </h2> </div> </div> </div>