mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
cherry
This commit is contained in:
21
app/testing/typography/page.tsx
Normal file
21
app/testing/typography/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import React from "react";
|
||||
|
||||
export default function TypograhyPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Testing this headline</h1>
|
||||
<h2>Testing this headline</h2>
|
||||
<h3>Testing this headline</h3>
|
||||
<h4>Testing this headline</h4>
|
||||
<h5>Testing this headline</h5>
|
||||
<h6>Testing this headline</h6>
|
||||
<br />
|
||||
<p>
|
||||
This is a paragraph Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolores enim unde obcaecati ea
|
||||
harum voluptate, nisi quia. Quod, et autem! Aperiam mollitia ullam ab eaque quidem facilis est ducimus delectus.
|
||||
</p>
|
||||
<br />
|
||||
<a href="#">This is a link</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user