-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of Preview Page #269
base: dev
Are you sure you want to change the base?
Implementation of Preview Page #269
Conversation
… functionality-final)
… functionality-finalv0.5)
… functionality-finalv0.5:fixed-lint-issues)
… functionality-finalv0.5)
… functionality-finalv0.5:fixed-lint-issues)
… functionality-finalv0.5:restore-settings.json)
…favouridoko1/hng_boilerplate_remix into feat/HNG-14-create-preview-page
@favouridoko1 60 commits? |
<!-- <!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Document</title> | ||
</head> | ||
<body style="font-family: 'Poppins', Arial, sans-serif"> | ||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="staticSiteContainer"> | ||
<tr> | ||
<td align="center" style="padding: 20px"> | ||
<table | ||
class="content" | ||
width="600" | ||
border="0" | ||
cellspacing="0" | ||
cellpadding="0" | ||
style="border-collapse: collapse; border: 1px solid #cccccc" | ||
> | ||
<!-- Header --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is going on here???
@@ -1,10 +1,17 @@ | |||
import type { MetaFunction } from "@remix-run/node"; | |||
import { useState } from "react"; | |||
import { Button } from "~/Components/ui/button"; | |||
// import fs from "fs/promises" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remoe comment
try { | ||
|
||
const res = await fetch(`${htmlLink}`); | ||
// https://res.cloudinary.com/dbx3hnvcf/raw/upload/v1721483612/index_ox46if.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment
@layer base { | ||
:root { | ||
--background: 0 0% 100%; | ||
--foreground: 224 71.4% 4.1%; | ||
--card: 0 0% 100%; | ||
--card-foreground: 224 71.4% 4.1%; | ||
--popover: 0 0% 100%; | ||
--popover-foreground: 224 71.4% 4.1%; | ||
--primary: 220.9 39.3% 11%; | ||
--primary-foreground: 210 20% 98%; | ||
--secondary: 220 14.3% 95.9%; | ||
--secondary-foreground: 220.9 39.3% 11%; | ||
--muted: 220 14.3% 95.9%; | ||
--muted-foreground: 220 8.9% 46.1%; | ||
--accent: 220 14.3% 95.9%; | ||
--accent-foreground: 220.9 39.3% 11%; | ||
--destructive: 0 84.2% 60.2%; | ||
--destructive-foreground: 210 20% 98%; | ||
--border: 220 13% 91%; | ||
--input: 220 13% 91%; | ||
--ring: 224 71.4% 4.1%; | ||
--radius: 0.5rem; | ||
--chart-1: 12 76% 61%; | ||
--chart-2: 173 58% 39%; | ||
--chart-3: 197 37% 24%; | ||
--chart-4: 43 74% 66%; | ||
--chart-5: 27 87% 67%; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hold on, you delete styling in the global.css file? RETURN THEM!
Description
Closes #issue_number_here
Changes proposed
What were you told to do?
What did you do?
Check List (Check all the applicable boxes)
🚨Please review the contribution guideline for this repository.
Screenshots/Videos