Skip to content

Commit

Permalink
deply
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalosilvalde committed Sep 3, 2024
1 parent c25d5fa commit e70cc33
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/browser/index.csr.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Blog</title>
<base href="/blog/">
<base href="/blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
Expand Down
2 changes: 1 addition & 1 deletion docs/browser/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang="en" data-critters-container><head>
<meta charset="utf-8">
<title>Blog</title>
<base href="/blog/">
<base href="/blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles-5INURTSO.css"><style ng-app-id="ng">body[_ngcontent-ng-c1212610698]{font-family:Arial,sans-serif;line-height:1.6;color:#333;max-width:1200px;margin:0 auto;padding:0 20px;background-color:#f4f4f4}header[_ngcontent-ng-c1212610698]{background-color:#2c3e50;color:#ecf0f1;text-align:center;padding:1rem;margin-bottom:2rem}h1[_ngcontent-ng-c1212610698]{margin:0;font-size:2.5rem}nav[_ngcontent-ng-c1212610698]{background-color:#34495e;padding:.5rem;margin-bottom:2rem}nav[_ngcontent-ng-c1212610698] ul[_ngcontent-ng-c1212610698]{list-style-type:none;padding:0;margin:0;display:flex;justify-content:center}nav[_ngcontent-ng-c1212610698] ul[_ngcontent-ng-c1212610698] li[_ngcontent-ng-c1212610698]{margin:0 1rem}nav[_ngcontent-ng-c1212610698] ul[_ngcontent-ng-c1212610698] li[_ngcontent-ng-c1212610698] a[_ngcontent-ng-c1212610698]{color:#ecf0f1;text-decoration:none;font-weight:700;transition:color .3s ease}nav[_ngcontent-ng-c1212610698] ul[_ngcontent-ng-c1212610698] li[_ngcontent-ng-c1212610698] a[_ngcontent-ng-c1212610698]:hover{color:#3498db}main[_ngcontent-ng-c1212610698]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}article[_ngcontent-ng-c1212610698]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem;transition:transform .3s ease}article[_ngcontent-ng-c1212610698]:hover{transform:translateY(-5px)}article[_ngcontent-ng-c1212610698] h2[_ngcontent-ng-c1212610698]{color:#2c3e50;margin-top:0}article[_ngcontent-ng-c1212610698] a[_ngcontent-ng-c1212610698]{display:inline-block;margin-top:1rem;background-color:#3498db;color:#fff;padding:.5rem 1rem;text-decoration:none;border-radius:4px;transition:background-color .3s ease}article[_ngcontent-ng-c1212610698] a[_ngcontent-ng-c1212610698]:hover{background-color:#2980b9}footer[_ngcontent-ng-c1212610698]{text-align:center;margin-top:2rem;padding:1rem;background-color:#2c3e50;color:#ecf0f1}</style></head>
Expand Down
2 changes: 1 addition & 1 deletion docs/server/index.server.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Blog</title>
<base href="/blog/">
<base href="/blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
Expand Down
1 change: 0 additions & 1 deletion index.html

This file was deleted.

0 comments on commit e70cc33

Please sign in to comment.