Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 20 additions & 29 deletions src/content/docs/workers/static-assets/index.mdx
Original file line number Diff line number Diff line change
@@ -1,32 +1,23 @@
---
pcx_content_type: navigation
title: Static Assets
sidebar:
order: 11
head: []
description: Create full-stack applications deployed to Cloudflare Workers.
---

import {
Aside,
Badge,
Card,
CardGrid,
Details,
Description,
InlineBadge,
Icon,
DirectoryListing,
FileTree,
Render,
TabItem,
Tabs,
Feature,
LinkButton,
LinkCard,
Stream,
Flex,
WranglerConfig,
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Get a free backlink to thefaceproapk.com using Cloudflare Pages.">
<meta name="keywords" content="FaceApp Pro, FaceApp APK, thefaceproapk, photo editing, AI photo app">
<meta name="author" content="Zarnish">
<title>Backlink to thefaceproapk.com</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f7f7f7; padding: 50px;">
<div style="background-color: #fff; max-width: 600px; margin: auto; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center;">
<h1>Welcome!</h1>
<p>This page contains a backlink to our official website:</p>
<p style="font-size: 18px; margin-top: 20px;">
👉 <a href="https://thefaceproapk.com" style="color: #007BFF;" target="_blank">Visit thefaceproapk.com</a>
</p>
<p style="margin-top: 40px; font-size: 14px; color: #666;">Created by Zarnish using Cloudflare Pages</p>
</div>
</body>
</html>
Comment on lines +1 to +20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is replacing the entire Cloudflare Workers static assets documentation with HTML that contains a backlink to an external site. This appears to be an unauthorized modification that doesn't belong in the Cloudflare documentation repository.

Steps,
} from "~/components";

Expand Down