10 lines
217 B
PHP
10 lines
217 B
PHP
|
<?php
|
||
|
# This is the color defined by https://materializecss.com/color.html
|
||
|
$color = "yellow lighten-5"
|
||
|
|
||
|
#
|
||
|
|
||
|
#The Steam URL to your addon
|
||
|
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2004491494"
|
||
|
?>
|