Skip to content

Instantly share code, notes, and snippets.

Terrarium License v1

This license applies to the following files:

  file names go here
  1. Additional Definitions “Assets” refer to any file, image or text found under a “…/resources/assets/…” directory “Code” refers to any class, file, or data found under a “.../java/…” or “.../resources/data/…” directory

Techarium License v1

0. Definitions

“Code” refers to:

  1. Any file found in the .../resources/data/... directory
  2. Shader files, which refers to
    1. Files ending in .vsh, .fsh and .glsl
  3. Build scripts, which refers to
  4. Files ending in .gradle, .gradle.kts, .properties, .bat, and .gitignore

Terrarium License v1

0. Definitions

“Code” refers to:

  1. Any file found in the .../resources/data/... directory
  2. Shader files, which refers to
    1. Files ending in .vsh, .fsh and .glsl
  3. Build scripts, which refers to
  4. Files ending in .gradle, .gradle.kts, .properties, .bat, and .gitignore
<html class="bg-gray-900">
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^2.2.15/dist/tailwind.min.css" rel="stylesheet">
<title>Regis Contacts</title>
</head>
<body id="root">
<?php
$database = null;
require_once 'api/db.php';