CoolFace
Apppublic

britneymuller/dtriser

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes
index.html45 linesDownload Raw Back to root
1<!DOCTYPE html>2<html>3	<head>4		<meta charset="utf-8" />5		<meta name="viewport" content="width=device-width" />6		<title>DTRIS - The Future of SEO Testing</title>7		<link rel="stylesheet" href="style.css" />8	</head>9	<body>10		<div class="card">11			<h1>Welcome to Project DTRISER!</h1>12			<p>13				Home of SEO Testing and Development for Federico & Britney. DTRISER stands for Does This Rank In Search Enginge Results. We've come a long way in our creation of DTRISER and its parent organizations! So get cozy and grab a cup of coffee (or tea and biscuits if you prefer) because we are about to prove whether this interface is in fact a good place for content to be indexed and discovered across the interweb.14			</p>15			<p><div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/99888f94c8484a3bac1af9e99f9b39c4" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div></p>16			17			<h1>18    DTRISER - Frequently Asked Questions(FAQ)19  </h1>20  <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">21    <h2 itemprop="name">What is the DTRISER return policy?</h2>22    <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">23      <div itemprop="text">24        Most unopened SEO items in new condition and returned within <b>90 days</b> will receive a refund or exchange. Some items have a modified return policy noted on the receipt or packing slip. </p>25      </div>26    </div>27  </div>28  <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">29    <h2 itemprop="name">How long does a DTRISER refund take?</h2>30    <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">31      <div itemprop="text">32        This depends. We will attempt to reimburse you for returned items in the format you purchased them. It may take up to 7 days after we process the return to reflect in your account, depending on your original payment's financial processing time.33    </div>34  </div>35</div>36			<p>37				Also don't forget to check the38				<a href="https://huggingface.co/docs/hub/spaces" target="_blank"39					>Spaces documentation</a40				>.41			</p>42		</div>43	</body>44</html>45