APPENDIX C

image

Chapter 4 – Final Code

Listing C-1 specifies the final code for the project in Chapter 14. This is available from the downloaded source in the Index.cshtml file. I’m including it here in case you want to see it without downloading the code.

Listing C-1.  Chapter 14 Final Code

@{    Layout = null;}<!DOCTYPE html><html><head>    <meta name = "viewport" content = "width = device-width" />    <title > Chapter 14 - Checkers</title>    <style type = "text/css" >        .board        {            width: 400px;            height: 400px;        }        .bblack        {            background-color: #b93030;            border-color: #b93030; ...

Get Pro HTML5 with Visual Studio 2012 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.