You've already forked frontend-challenges
Something exciting.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user