This is the reference point. All the other options are based off this.
|-- app
| |-- controllers
| | |-- admin
| FROM nginx:1.24-alpine-slim | |
| # Install additional packages | |
| RUN apk add --no-cache \ | |
| curl \ | |
| bash \ | |
| && rm -rf /var/cache/apk/* | |
| # Create necessary directories | |
| RUN mkdir -p /var/log/nginx \ |
| <html> | |
| <head> | |
| <style type="text/css"> | |
| table table { | |
| width: 600px !important; | |
| } | |
| table div + div { /* main content */ | |
| width: 65%; | |
| float: left; | |
| } |
| <?php | |
| $countries = array | |
| ( | |
| 'AF' => 'Afghanistan', | |
| 'AX' => 'Aland Islands', | |
| 'AL' => 'Albania', | |
| 'DZ' => 'Algeria', | |
| 'AS' => 'American Samoa', | |
| 'AD' => 'Andorra', |
| <?php | |
| $countries = array | |
| ( | |
| 'AF' => 'Afghanistan', | |
| 'AX' => 'Aland Islands', | |
| 'AL' => 'Albania', | |
| 'DZ' => 'Algeria', | |
| 'AS' => 'American Samoa', | |
| 'AD' => 'Andorra', |