• Sep 27, 2024 •popeyevn
0 likes • 1 view
alert('123');
• Nov 18, 2022 •AustinLeath
0 likes • 11 views
#!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd hostname > /var/www/html/index.html
• May 30, 2025 •kimdylan05-04cd
refre
• Jun 1, 2025 •abeRodrz99
0 likes • 3 views
<!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> </body> </html>
• Apr 26, 2025 •C S
[*.cs] indent_style = space indent_size = 2 tab_width = 2 csharp_new_line_before_open_brace = none
• Mar 14, 2025 •melikdev
0 likes • 2 views
console.log('hello world')