Re-initialized the project with angular-cli and set it up as the build tool chain.
This commit is contained in:
parent
6dd65fd488
commit
17afa92bfe
80 changed files with 6584 additions and 621 deletions
|
@ -1,18 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
|
||||
<title>conv.friedli.info - Convert whatever you want!</title>
|
||||
<meta charset="utf-8">
|
||||
<title>conv.friedli.info - Convert whatever you want!</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Convert it all</h1>
|
||||
<noscript>This webpage lets you convert data and text to and from various formats. But
|
||||
it requires you to <strong>enable Javascript</strong> to do so. So please turn it on in your
|
||||
Browser. You won't regret it!
|
||||
it requires you to <strong>enable Javascript</strong> to do so. So please turn it on in your
|
||||
Browser. You won't regret it!
|
||||
</noscript>
|
||||
<den-app>
|
||||
<div class="apploader">Please hold on, we're starting the turbines ...</div>
|
||||
</den-app>
|
||||
<app-root>
|
||||
<div class="apploader">Please hold on, we're starting the turbines ...</div>
|
||||
</app-root>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue