Skip to content

HTML as a Programming Language. Finally all of your dreams came true.

License

Notifications You must be signed in to change notification settings

RJ-Infinity/HTMLang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLang

forked from tsoding/HTMLang

HTML as a Programming Language. Finally all of your dreams came true.

They were laughing that HTML was not a real programming language... WHO"S LAUGHING NOW!!11

Hello, World

<!DOCTYPE html>
<html>
  <head>
    <title>HelloWorld</title>
  </head>
  <body>
    <htmlang>
      <call><get><v>console</v><s>log</s></get><s>Hello, World</s></call>
    </htmlang>
    <script src="./HTMLang.js"></script>
  </body>
</html>

About

HTML as a Programming Language. Finally all of your dreams came true.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.5%
  • JavaScript 42.5%