Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Covenant11 authored Jun 23, 2024
1 parent 28c9d12 commit e76de4e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions template/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="trifactor.css">
<title>Trifactor</title>
</head>
<body>
<div class="Main">
<h1 class="tri">TriFactor</h1>
<P class="p1">Simplify your bearing capacity calculation.</P>
<p class="p2">Trifactor helps you determine bearing capacity factors </p>
<p class="p3">N<sub>c</sub>, N<sub>q</sub>,and N<sub>y</sub> with various methods.</p>
<button class="get"><a class="a2" href="trifactor2.html">GET STARTED</a></button>
</div>

0 comments on commit e76de4e

Please sign in to comment.