BETTERZON-29: Adding hyperlink to blog just for fun

This commit is contained in:
Patrick Müller 2020-11-13 20:59:16 +01:00
parent f35bbafaa2
commit 7ae9524d06
3 changed files with 7 additions and 2 deletions

View File

@ -330,7 +330,9 @@
</g> </g>
</svg> </svg>
<span>{{ title }} app is running!</span> <span>{{ title }} app is running!
<br> <a href="https://blog.betterzon.xyz">Blog</a>
</span>
<svg id="rocket-smoke" alt="Rocket Ship Smoke" xmlns="http://www.w3.org/2000/svg" width="516.119" height="1083.632" viewBox="0 0 516.119 1083.632"> <svg id="rocket-smoke" alt="Rocket Ship Smoke" xmlns="http://www.w3.org/2000/svg" width="516.119" height="1083.632" viewBox="0 0 516.119 1083.632">
<path id="Path_40" data-name="Path 40" d="M644.6,141S143.02,215.537,147.049,870.207s342.774,201.755,342.774,201.755S404.659,847.213,388.815,762.2c-27.116-145.51-11.551-384.124,271.9-609.1C671.15,139.365,644.6,141,644.6,141Z" transform="translate(-147.025 -140.939)" fill="#f5f5f5"/> <path id="Path_40" data-name="Path 40" d="M644.6,141S143.02,215.537,147.049,870.207s342.774,201.755,342.774,201.755S404.659,847.213,388.815,762.2c-27.116-145.51-11.551-384.124,271.9-609.1C671.15,139.365,644.6,141,644.6,141Z" transform="translate(-147.025 -140.939)" fill="#f5f5f5"/>

View File

@ -3,11 +3,13 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component'; import { AppComponent } from './app.component';
import { HelloWorldComponent } from './hello-world/hello-world.component'; import { HelloWorldComponent } from './hello-world/hello-world.component';
import { TestComponent } from './test/test.component';
@NgModule({ @NgModule({
declarations: [ declarations: [
AppComponent, AppComponent,
HelloWorldComponent HelloWorldComponent,
TestComponent
], ],
imports: [ imports: [
BrowserModule BrowserModule

View File

@ -1 +1,2 @@
<p>hello-world works!</p> <p>hello-world works!</p>
<a href="https://blog.betterzon.xyz">Blog</a>