Something exciting.

This commit is contained in:
2024-09-21 21:19:33 +03:00
parent ad2bfc5d5c
commit cbec822f1d
7 changed files with 1225 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8">
<script defer type="module" src="/main.js"></script>
<title>TechNarts Frontend Challenge: Font Fountain</title>
</head>
<body>
<div id="App">
<!-- Here comes your masterpiece of engineering and art. -->
</div>
</body>
</html>
+2
View File
@@ -0,0 +1,2 @@
const app = document.getElementById("App");
app.innerHTML = "<p>“The purpose of abstracting is not to be vague, but to create a new semantic level in which one can be absolutely precise.” ― Edsger W. Dijkstra</p>"
Binary file not shown.

After

Width:  |  Height:  |  Size: 859 KiB