mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-24 14:41:18 +00:00
1. Move marine-related part into FJS repo (DXJ184) 2. Move towards component-oriented architecture (DXJ183) 3. Different JS Client distros for node.js and web (DXJ185)
13 lines
221 B
HTML
13 lines
221 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Webpack App</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello world!</h1>
|
|
<h2>Tip: Check your console</h2>
|
|
</body>
|
|
|
|
</html>
|