Html codes
184 subscribers
112 photos
15 videos
226 files
198 links
👋 Welcome to Html Codee
🚀 Here you’ll find mini tools, code snippets, and web tricks to grow fast.
🧩 Built with HTML, PHP, and smart ideas.
💌 Support: support@bestpage.x10.mx
🏁 If you don't walk today, run tomorrow.
Download Telegram
The next full moon will occur at 2:26 p.m. EDT (1826 GMT) on Monday, Aug. 19, 2024. But it won't be just any old full moon, it will be a Supermoon Blue Moon! 
🚨 Another OpenAI Co-Founder Leaves for Competitor Anthropic

John Schulman, one of OpenAI's co-founders who played a key role in training GPT and addressing safety concerns, is leaving the company to join its main competitor, Anthropic, where he'll focus on the Claude AI.

Meanwhile, Greg Brockman, another co-founder, is taking one year sabbatical after 9 years of intense work. With these departures, Sam Altman is now the only remaining co-founder at OpenAI.
Html codes pinned «Do you like our channel?»
Digital_Clock.html
4.4 KB
Share my html file
Dall-e free in chatgpt.com!
Need Google Gemini clone html code?
Anonymous Poll
100%
Yes
0%
No
X(Twitter).html
199.3 KB
Share my html file
2
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Rotating Yin-Yang Symbol</title>
<style>
div {
  width: 0;
  height: 200px;
  border-left: 100px solid black;
  border-right: 100px solid #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  border-radius: 100px;
  -webkit-animation: rotation 2.5s linear infinite;
}

div:before {
  content: "";
  position: absolute;
  height: 100px;
  z-index: 1;
  border-radius: 100px;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  left: -50px;
  box-shadow: 0 100px 0 black;
}

div:after {
  content: "";
  position: absolute;
  height: 30px;
  z-index: 1;
  border-radius: 30px;
  border-left: 15px solid;
  border-right: 15px solid;
  top: 40px;
  left: -15px;
  box-shadow: 0 100px 0 white;
}

@-webkit-keyframes rotation {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(-360deg); }
}
</style>
</head>
<body>
<div></div>
</body>
</html>
👍1
Can a form have multiple submit button with different destination?
Anonymous Quiz
71%
Yes
29%
No
🤖 Service That Tells If AI Can Replace Your Job

AI’s "Will AI Take My Job?" — a playful yet insightful tool to assess your job security in the age of AI. Simply update your resume in PDF format, upload it, and let the AI analyze your career’s vulnerability to automation.

Find out how secure your profession is in the age of AI!