Skip to content

Instantly share code, notes, and snippets.

View codazoda's full-sized avatar

Joel Dare codazoda

View GitHub Profile
<?php
phpinfo();
@codazoda
codazoda / nginx.conf
Last active October 22, 2022 21:46
Nginx Config
user nginx;
worker_processes auto;
daemon off;
events {
worker_connections 1024;
}
http {
server {
@codazoda
codazoda / main.txt
Last active November 16, 2022 21:36
<!DOCTYPE html>
<head>
<title>Page Title</title>
<link rel="stylesheet" type="text/css" href="neat.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">