Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dawsonc623
dawsonc623 / index.html
Created January 13, 2016 22:21
Minimal HTML 5 Document. This is NOT the smallest valid HTML 5 document, but rather a minimal but readable, maintainable, and accessible document with which to start.
<!-- Note that HTML is an XML-based language, so some syntax seen here is in the name of sticking with XML standards. -->
<!-- The DOCTYPE element in XML is provided to help explain the following document. Since HTML is well-defined already,
browsers use the DOCTYPE to determine what version of HTML they should be targeting when parsing and rendering it.
The following is the defined DOCTYPE element for HTML 5. -->
<!DOCTYPE html>
<!-- Every XML document needs a root element. In HTML, that root element is the aptly named "html" element. The "lang"
attribute is used for accessibility purposes by the browser; "en" stands for English. -->
<html lang="en">
@dawsonc623
dawsonc623 / output.txt
Created February 26, 2019 16:51
Node environment information for nyc issue
v6.16.0
3.10.10
nyc-bug-demo@0.1.0 /mnt/c/Users/jdawsocy/projects/dawsonc623/nyc-bug-demo
├── @types/chai@4.1.7
├── @types/mocha@5.2.6
├── archy@1.0.0 extraneous
├── caching-transform@3.0.2 extraneous
├─┬ chai@4.2.0
│ ├── assertion-error@1.1.0
│ ├── check-error@1.0.2