Skip to content

bits4waves/tuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a Musical Instrument Tuner for web browsers. You can see it in action here.

The rest of this text describes the entire code in Literate Programming. It was made using Org Mode for Emacs.

This is the basic structure of the page linked above, coded in index.html.

index.html ≡

<!DOCTYPE html>
<html lang="en">
  <<head Block>>
  <<body Block>>
</html>

In the <<head Block>> we’ll be doing some configurations chores (page title, charset, style).

<<head Block>>≡

<head>
  <meta charset="UTF-8">
  <title>Tuner</title>

  <link rel="stylesheet" href="style.css">
</head>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages