Add symbols to pages
This commit is contained in:
@@ -27,11 +27,16 @@
|
||||
font-size: smaller;
|
||||
color: rgb(41, 41, 41);
|
||||
}
|
||||
|
||||
.legal-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined legal-icon">gavel</span>
|
||||
<h1 class="title">The Legal Stuff</h1>
|
||||
|
||||
<p class="text-center;">View all the legal agreements here, which apply whenever you use any of the services on janishutz.com</p>
|
||||
|
||||
@@ -27,11 +27,16 @@
|
||||
font-size: smaller;
|
||||
color: rgb(41, 41, 41);
|
||||
}
|
||||
|
||||
.licence-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined licence-icon">license</span>
|
||||
<h1 class="title">Licences</h1>
|
||||
|
||||
<a href="/legal" class="back">← Back to legal hub</a>
|
||||
|
||||
Reference in New Issue
Block a user