Skip to content

Instantly share code, notes, and snippets.

package com.just.agentweb.advancedwebview;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ViewGroup;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.FrameLayout;
@wahidisna
wahidisna / nginx-restart.bat
Created January 3, 2021 00:33
Quick startup for NGINX and PHP on Windows
@ECHO OFF
call nginx-stop.bat
call nginx-start.bat
EXIT /b