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
<!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>