mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-12 17:43:57 +00:00
BETTERZON-29: Adding hyperlink to blog just for fun
This commit is contained in:
parent
f35bbafaa2
commit
7ae9524d06
|
@ -330,7 +330,9 @@
|
|||
</g>
|
||||
</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">
|
||||
<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"/>
|
||||
|
|
|
@ -3,11 +3,13 @@ import { NgModule } from '@angular/core';
|
|||
|
||||
import { AppComponent } from './app.component';
|
||||
import { HelloWorldComponent } from './hello-world/hello-world.component';
|
||||
import { TestComponent } from './test/test.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
AppComponent,
|
||||
HelloWorldComponent
|
||||
HelloWorldComponent,
|
||||
TestComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<p>hello-world works!</p>
|
||||
<a href="https://blog.betterzon.xyz">Blog</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user