mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-22 14:23: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>
|
</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"/>
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
<p>hello-world works!</p>
|
<p>hello-world works!</p>
|
||||||
|
<a href="https://blog.betterzon.xyz">Blog</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user