rakelib/build_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"> <h1 class="book-cover-title"> Kotlin Language Documentation </h1> </div> </div> </div>